Html Css Color HEX #519EAB Cadet Blue

📋 copy color: '#519EAB'

red 81 ◦ green 158 ◦ blue 171

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

Shades of Cadet Blue #519EAB

Tints of Cadet Blue #519EAB

RGB

 RED value IS 81 (32.03% from 255) = 19.76%

 GREEN value IS 158 (62.11% from 255) = 38.54%

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 19.76%
G = 38.54%
B = 41.71%

CMYK

 C value IS 0.53

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#519EAB (or 0x519EAB) is known color: Cadet Blue. HEX triplet: 51, 9E and AB. RGB value is (81,158,171). Sum of RGB (Red+Green+Blue) = 81+158+171=410 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.76% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 171 - color contains mainly: blue. Hex color #519EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519EAB is #AE6154. Grayscale: #888888. Windows color (decimal): -11428181 or 11247185. OLE color: 11247185.

HSL color Cylindrical-coordinate representation of color #519EAB: hue angle of 188.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #519EAB is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 81 158 171 -
CMYK 0.53 0.08 0 0.33
HSL 188.67º 0.36% 0.49% -
HSV(B) 188.67º 0.53% 0.67% -
XYZ 22.97 29.14 42.94 -
YUV 136.46 147.49 88.44 -
System Red Green Blue C M Y K H S L
Decimal 81 158 171 0.53 0.08 0 0.33 188.67 0.36 0.49
Hex 51 9E AB 35 8 0 21 BD 24 31
Octal 121 236 253 65 10 0 41 275 44 61
Binary 1010001 10011110 10101011 110101 1000 0 100001 10111101 100100 110001

Color Harmonies of #519EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519EAB

Black with #519EAB

Text Example


Text Example

White with #519EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519EAB; }

 p { color: rgb(81,158,171); }

 H1.HeaderClassName
 {
   color: #519EAB;
 }
 .AnyTagClassName
 {
   color: #519EAB;
 }
</style>

background-color css

<style>
 a { background-color: #519EAB; }

 a { background-color: rgb(81,158,171); }

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

border-color css

<style>
 span { border-color: #519EAB; }

 span { border-color: rgb(81,158,171); }

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