Html Css Color HEX #54A1AC Cadet Blue

📋 copy color: '#54A1AC'

red 84 ◦ green 161 ◦ blue 172

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

Shades of Cadet Blue #54A1AC

Tints of Cadet Blue #54A1AC

RGB

 RED value IS 84 (33.2% from 255) = 20.14%

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

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

R = 20.14%
G = 38.61%
B = 41.25%

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

#54A1AC (or 0x54A1AC) is known color: Cadet Blue. HEX triplet: 54, A1 and AC. RGB value is (84,161,172). Sum of RGB (Red+Green+Blue) = 84+161+172=417 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.14% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #54A1AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A1AC is #AB5E53. Grayscale: #8B8B8B. Windows color (decimal): -11230804 or 11313492. OLE color: 11313492.

HSL color Cylindrical-coordinate representation of color #54A1AC: hue angle of 187.5º degrees, saturation: 0.35, 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 #54A1AC is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 161 172 -
CMYK 0.51 0.06 0 0.33
HSL 187.5º 0.35% 0.5% -
HSV(B) 187.5º 0.51% 0.67% -
XYZ 23.85 30.35 43.63 -
YUV 139.23 146.49 88.61 -
System Red Green Blue C M Y K H S L
Decimal 84 161 172 0.51 0.06 0 0.33 187.5 0.35 0.5
Hex 54 A1 AC 33 6 0 21 BC 23 32
Octal 124 241 254 63 6 0 41 274 43 62
Binary 1010100 10100001 10101100 110011 110 0 100001 10111100 100011 110010

Color Harmonies of #54A1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A1AC

Black with #54A1AC

Text Example


Text Example

White with #54A1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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