Html Css Color HEX #4DB8B5 Viking

📋 copy color: '#4DB8B5'

red 77 ◦ green 184 ◦ blue 181

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

Shades of Viking #4DB8B5

Tints of Viking #4DB8B5

RGB

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

 GREEN value IS 184 (72.27% from 255) = 41.63%

 BLUE value IS 181 (71.09% from 255) = 40.95%

R = 17.42%
G = 41.63%
B = 40.95%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.28

RGB Variations

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

Color information

#4DB8B5 (or 0x4DB8B5) is known color: Viking. HEX triplet: 4D, B8 and B5. RGB value is (77,184,181). Sum of RGB (Red+Green+Blue) = 77+184+181=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 184 (72.27% from 255 or 41.63% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DB8B5 is #B2474A. Grayscale: #979797. Windows color (decimal): -11683659 or 11909197. OLE color: 11909197.

HSL color Cylindrical-coordinate representation of color #4DB8B5: hue angle of 178.32º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB8B5 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB 77 184 181 -
CMYK 0.58 0 0.02 0.28
HSL 178.32º 0.43% 0.51% -
HSV(B) 178.32º 0.58% 0.72% -
XYZ 28.54 39.19 49.78 -
YUV 151.67 144.55 74.74 -
System Red Green Blue C M Y K H S L
Decimal 77 184 181 0.58 0 0.02 0.28 178.32 0.43 0.51
Hex 4D B8 B5 3A 0 2 1C B2 2B 33
Octal 115 270 265 72 0 2 34 262 53 63
Binary 1001101 10111000 10110101 111010 0 10 11100 10110010 101011 110011

Color Harmonies of #4DB8B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB8B5

Black with #4DB8B5

Text Example


Text Example

White with #4DB8B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,184,181); }

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

background-color css

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

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

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

border-color css

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

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

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