Html Css Color HEX #54A6A6 Cadet Blue

📋 copy color: '#54A6A6'

red 84 ◦ green 166 ◦ blue 166

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

Shades of Cadet Blue #54A6A6

Tints of Cadet Blue #54A6A6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.9%

 BLUE value IS 166 (65.23% from 255) = 39.9%

R = 20.19%
G = 39.9%
B = 39.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#54A6A6 (or 0x54A6A6) is known color: Cadet Blue. HEX triplet: 54, A6 and A6. RGB value is (84,166,166). Sum of RGB (Red+Green+Blue) = 84+166+166=416 (55% of max value = 765). Red value is 84 (33.20% from 255 or 20.19% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 166 (65.23% from 255 or 39.90% from 416); Max value from RGB is 166 - color contains mainly: green, blue. Hex color #54A6A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A6A6 is #AB5959. Grayscale: #8D8D8D. Windows color (decimal): -11229530 or 10921556. OLE color: 10921556.

HSL color Cylindrical-coordinate representation of color #54A6A6: hue angle of 180º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #54A6A6 is Cyan = 0.49, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 84 166 166 -
CMYK 0.49 0 0 0.35
HSL 180º 0.33% 0.49% -
HSV(B) 180º 0.49% 0.65% -
XYZ 24.18 31.91 40.96 -
YUV 141.48 141.83 87 -
System Red Green Blue C M Y K H S L
Decimal 84 166 166 0.49 0 0 0.35 180 0.33 0.49
Hex 54 A6 A6 31 0 0 23 B4 21 31
Octal 124 246 246 61 0 0 43 264 41 61
Binary 1010100 10100110 10100110 110001 0 0 100011 10110100 100001 110001

Color Harmonies of #54A6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A6A6

Black with #54A6A6

Text Example


Text Example

White with #54A6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,166,166); }

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

background-color css

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

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

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

border-color css

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

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

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