Html Css Color HEX #55A1AC Cadet Blue

📋 copy color: '#55A1AC'

red 85 ◦ green 161 ◦ blue 172

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

Shades of Cadet Blue #55A1AC

Tints of Cadet Blue #55A1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.15%

R = 20.33%
G = 38.52%
B = 41.15%

CMYK

 C value IS 0.51

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#55A1AC (or 0x55A1AC) is known color: Cadet Blue. HEX triplet: 55, A1 and AC. RGB value is (85,161,172). Sum of RGB (Red+Green+Blue) = 85+161+172=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 172 - color contains mainly: blue. Hex color #55A1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A1AC is #AA5E53. Grayscale: #8B8B8B. Windows color (decimal): -11165268 or 11313493. OLE color: 11313493.

HSL color Cylindrical-coordinate representation of color #55A1AC: hue angle of 187.59º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55A1AC is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 85 161 172 -
CMYK 0.51 0.06 0 0.33
HSL 187.59º 0.34% 0.5% -
HSV(B) 187.59º 0.51% 0.67% -
XYZ 23.94 30.4 43.64 -
YUV 139.53 146.32 89.11 -
System Red Green Blue C M Y K H S L
Decimal 85 161 172 0.51 0.06 0 0.33 187.59 0.34 0.5
Hex 55 A1 AC 33 6 0 21 BC 22 32
Octal 125 241 254 63 6 0 41 274 42 62
Binary 1010101 10100001 10101100 110011 110 0 100001 10111100 100010 110010

Color Harmonies of #55A1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A1AC

Black with #55A1AC

Text Example


Text Example

White with #55A1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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