Html Css Color HEX #55A296 Cadet Blue

📋 copy color: '#55A296'

red 85 ◦ green 162 ◦ blue 150

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

Shades of Cadet Blue #55A296

Tints of Cadet Blue #55A296

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.81%

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 21.41%
G = 40.81%
B = 37.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#55A296 (or 0x55A296) is known color: Cadet Blue. HEX triplet: 55, A2 and 96. RGB value is (85,162,150). Sum of RGB (Red+Green+Blue) = 85+162+150=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #55A296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A296 is #AA5D69. Grayscale: #898989. Windows color (decimal): -11165034 or 9871957. OLE color: 9871957.

HSL color Cylindrical-coordinate representation of color #55A296: hue angle of 170.65º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #55A296 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 162 150 -
CMYK 0.48 0 0.07 0.36
HSL 170.65º 0.31% 0.48% -
HSV(B) 170.65º 0.48% 0.64% -
XYZ 22.17 29.97 33.47 -
YUV 137.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 85 162 150 0.48 0 0.07 0.36 170.65 0.31 0.48
Hex 55 A2 96 30 0 7 24 AB 1F 30
Octal 125 242 226 60 0 7 44 253 37 60
Binary 1010101 10100010 10010110 110000 0 111 100100 10101011 11111 110000

Color Harmonies of #55A296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A296

Black with #55A296

Text Example


Text Example

White with #55A296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,162,150); }

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

background-color css

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

 a { background-color: rgb(85,162,150); }

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

border-color css

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

 span { border-color: rgb(85,162,150); }

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