Html Css Color HEX #4DBBBB Viking

📋 copy color: '#4DBBBB'

red 77 ◦ green 187 ◦ blue 187

#4DBBBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #4DBBBB

Tints of Viking #4DBBBB

RGB

 RED value IS 77 (30.47% from 255) = 17.07%

 GREEN value IS 187 (73.44% from 255) = 41.46%

 BLUE value IS 187 (73.44% from 255) = 41.46%

R = 17.07%
G = 41.46%
B = 41.46%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4DBBBB (or 0x4DBBBB) is known color: Viking. HEX triplet: 4D, BB and BB. RGB value is (77,187,187). Sum of RGB (Red+Green+Blue) = 77+187+187=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #4DBBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DBBBB is #B24444. Grayscale: #9A9A9A. Windows color (decimal): -11682885 or 12303181. OLE color: 12303181.

HSL color Cylindrical-coordinate representation of color #4DBBBB: hue angle of 180º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBBBB is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 77 187 187 -
CMYK 0.59 0 0 0.27
HSL 180º 0.45% 0.52% -
HSV(B) 180º 0.59% 0.73% -
XYZ 29.8 40.71 53.3 -
YUV 154.11 146.56 73 -
System Red Green Blue C M Y K H S L
Decimal 77 187 187 0.59 0 0 0.27 180 0.45 0.52
Hex 4D BB BB 3B 0 0 1B B4 2D 34
Octal 115 273 273 73 0 0 33 264 55 64
Binary 1001101 10111011 10111011 111011 0 0 11011 10110100 101101 110100

Color Harmonies of #4DBBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DBBBB

Black with #4DBBBB

Text Example


Text Example

White with #4DBBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DBBBB; }

 p { color: rgb(77,187,187); }

 H1.HeaderClassName
 {
   color: #4DBBBB;
 }
 .AnyTagClassName
 {
   color: #4DBBBB;
 }
</style>

background-color css

<style>
 a { background-color: #4DBBBB; }

 a { background-color: rgb(77,187,187); }

 div.DivClassName
 {
   background-color: #4DBBBB;
 }
 .BgClassName
 {
   background-color: #4DBBBB;
 }
</style>

border-color css

<style>
 span { border-color: #4DBBBB; }

 span { border-color: rgb(77,187,187); }

 td.TdClassName
 {
   border-color: #4DBBBB;
 }
 .TagClassName
 {
   border-color: #4DBBBB;
 }
</style>