Html Css Color HEX #54A0AF Cadet Blue

📋 copy color: '#54A0AF'

red 84 ◦ green 160 ◦ blue 175

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

Shades of Cadet Blue #54A0AF

Tints of Cadet Blue #54A0AF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.19%

 BLUE value IS 175 (68.75% from 255) = 41.77%

R = 20.05%
G = 38.19%
B = 41.77%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#54A0AF (or 0x54A0AF) is known color: Cadet Blue. HEX triplet: 54, A0 and AF. RGB value is (84,160,175). Sum of RGB (Red+Green+Blue) = 84+160+175=419 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.05% from 419); Green value is 160 (62.89% from 255 or 38.19% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #54A0AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A0AF is #AB5F50. Grayscale: #8A8A8A. Windows color (decimal): -11231057 or 11509844. OLE color: 11509844.

HSL color Cylindrical-coordinate representation of color #54A0AF: hue angle of 189.89º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54A0AF is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 160 175 -
CMYK 0.52 0.09 0 0.31
HSL 189.89º 0.36% 0.51% -
HSV(B) 189.89º 0.52% 0.69% -
XYZ 23.96 30.12 45.11 -
YUV 138.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 84 160 175 0.52 0.09 0 0.31 189.89 0.36 0.51
Hex 54 A0 AF 34 9 0 1F BE 24 33
Octal 124 240 257 64 11 0 37 276 44 63
Binary 1010100 10100000 10101111 110100 1001 0 11111 10111110 100100 110011

Color Harmonies of #54A0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A0AF

Black with #54A0AF

Text Example


Text Example

White with #54A0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,160,175); }

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

background-color css

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

 a { background-color: rgb(84,160,175); }

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

border-color css

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

 span { border-color: rgb(84,160,175); }

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