Html Css Color HEX #56A699 Cadet Blue

📋 copy color: '#56A699'

red 86 ◦ green 166 ◦ blue 153

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

Shades of Cadet Blue #56A699

Tints of Cadet Blue #56A699

RGB

 RED value IS 86 (33.98% from 255) = 21.23%

 GREEN value IS 166 (65.23% from 255) = 40.99%

 BLUE value IS 153 (60.16% from 255) = 37.78%

R = 21.23%
G = 40.99%
B = 37.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#56A699 (or 0x56A699) is known color: Cadet Blue. HEX triplet: 56, A6 and 99. RGB value is (86,166,153). Sum of RGB (Red+Green+Blue) = 86+166+153=405 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.23% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #56A699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A699 is #A95966. Grayscale: #8C8C8C. Windows color (decimal): -11098471 or 10069590. OLE color: 10069590.

HSL color Cylindrical-coordinate representation of color #56A699: hue angle of 170.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A699 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 86 166 153 -
CMYK 0.48 0 0.08 0.35
HSL 170.25º 0.32% 0.49% -
HSV(B) 170.25º 0.48% 0.65% -
XYZ 23.22 31.55 35 -
YUV 140.6 135 89.06 -
System Red Green Blue C M Y K H S L
Decimal 86 166 153 0.48 0 0.08 0.35 170.25 0.32 0.49
Hex 56 A6 99 30 0 8 23 AA 20 31
Octal 126 246 231 60 0 10 43 252 40 61
Binary 1010110 10100110 10011001 110000 0 1000 100011 10101010 100000 110001

Color Harmonies of #56A699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A699

Black with #56A699

Text Example


Text Example

White with #56A699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A699; }

 p { color: rgb(86,166,153); }

 H1.HeaderClassName
 {
   color: #56A699;
 }
 .AnyTagClassName
 {
   color: #56A699;
 }
</style>

background-color css

<style>
 a { background-color: #56A699; }

 a { background-color: rgb(86,166,153); }

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

border-color css

<style>
 span { border-color: #56A699; }

 span { border-color: rgb(86,166,153); }

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