Html Css Color HEX #56A19D Cadet Blue

📋 copy color: '#56A19D'

red 86 ◦ green 161 ◦ blue 157

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

Shades of Cadet Blue #56A19D

Tints of Cadet Blue #56A19D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 39.85%

 BLUE value IS 157 (61.72% from 255) = 38.86%

R = 21.29%
G = 39.85%
B = 38.86%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.37

RGB Variations

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

Color information

#56A19D (or 0x56A19D) is known color: Cadet Blue. HEX triplet: 56, A1 and 9D. RGB value is (86,161,157). Sum of RGB (Red+Green+Blue) = 86+161+157=404 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.29% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #56A19D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A19D is #A95E62. Grayscale: #8A8A8A. Windows color (decimal): -11099747 or 10330454. OLE color: 10330454.

HSL color Cylindrical-coordinate representation of color #56A19D: hue angle of 176.8º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #56A19D is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.37.

Color convert

RGB 86 161 157 -
CMYK 0.47 0 0.02 0.37
HSL 176.8º 0.3% 0.48% -
HSV(B) 176.8º 0.47% 0.63% -
XYZ 22.67 29.9 36.48 -
YUV 138.12 138.65 90.83 -
System Red Green Blue C M Y K H S L
Decimal 86 161 157 0.47 0 0.02 0.37 176.8 0.3 0.48
Hex 56 A1 9D 2F 0 2 25 B1 1E 30
Octal 126 241 235 57 0 2 45 261 36 60
Binary 1010110 10100001 10011101 101111 0 10 100101 10110001 11110 110000

Color Harmonies of #56A19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A19D

Black with #56A19D

Text Example


Text Example

White with #56A19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,161,157); }

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

background-color css

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

 a { background-color: rgb(86,161,157); }

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

border-color css

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

 span { border-color: rgb(86,161,157); }

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