Html Css Color HEX #55A19C Cadet Blue

📋 copy color: '#55A19C'

red 85 ◦ green 161 ◦ blue 156

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

Shades of Cadet Blue #55A19C

Tints of Cadet Blue #55A19C

RGB

 RED value IS 85 (33.59% from 255) = 21.14%

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

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 21.14%
G = 40.05%
B = 38.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#55A19C (or 0x55A19C) is known color: Cadet Blue. HEX triplet: 55, A1 and 9C. RGB value is (85,161,156). Sum of RGB (Red+Green+Blue) = 85+161+156=402 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.14% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 161 - color contains mainly: green. Hex color #55A19C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A19C is #AA5E63. Grayscale: #898989. Windows color (decimal): -11165284 or 10264917. OLE color: 10264917.

HSL color Cylindrical-coordinate representation of color #55A19C: hue angle of 176.05º degrees, saturation: 0.31, 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 #55A19C is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB 85 161 156 -
CMYK 0.47 0 0.03 0.37
HSL 176.05º 0.31% 0.48% -
HSV(B) 176.05º 0.47% 0.63% -
XYZ 22.49 29.82 36.02 -
YUV 137.71 138.32 90.41 -
System Red Green Blue C M Y K H S L
Decimal 85 161 156 0.47 0 0.03 0.37 176.05 0.31 0.48
Hex 55 A1 9C 2F 0 3 25 B0 1F 30
Octal 125 241 234 57 0 3 45 260 37 60
Binary 1010101 10100001 10011100 101111 0 11 100101 10110000 11111 110000

Color Harmonies of #55A19C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A19C

Black with #55A19C

Text Example


Text Example

White with #55A19C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A19C; }

 p { color: rgb(85,161,156); }

 H1.HeaderClassName
 {
   color: #55A19C;
 }
 .AnyTagClassName
 {
   color: #55A19C;
 }
</style>

background-color css

<style>
 a { background-color: #55A19C; }

 a { background-color: rgb(85,161,156); }

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

border-color css

<style>
 span { border-color: #55A19C; }

 span { border-color: rgb(85,161,156); }

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