#53ABA4

Color #53ABA4 Cadet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cadet Blue #53ABA4

Tints of Cadet Blue #53ABA4

Color information

#53ABA4 (or 0x53ABA4) is unknown color: approx Cadet Blue. HEX triplet: 53, AB and A4. RGB value is (83,171,164). Sum of RGB (Red+Green+Blue) = 83+171+164=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #53ABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ABA4 is #AC545B. Grayscale: #8F8F8F. Windows color (decimal): -11293788 or 10791763. OLE color: 10791763.

HSL color Cylindrical-coordinate representation of color #53ABA4: hue angle of 175.23º 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 #53ABA4 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB83171164-
CMYK0.5100.040.33
HSL175.23º34.65%49.8%-
HSV(B)175.23º51.46%67.06%-
XYZ24.8333.6540.31-
YUV143.89139.3584.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.86%
GREEN value IS 171 (67.19% from 255) = 40.91%
BLUE value IS 164 (64.45% from 255) = 39.23%
R=19.86%
G=40.91%
B=39.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal831711640.5100.040.33175.2334.6549.8
Hex53ABA4330421af2332
Octal1232532446304412574362
Binary10100111010101110100100110011010010000110101111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53ABA4; }

 p { color: rgb(83,171,164); }

 H1.HeaderClassName
 {
   color: #53ABA4;
 }
 .AnyTagClassName
 {
   color: #53ABA4;
 }
</style>
background-color css

<style>
 a { background-color: #53ABA4; }

 a { background-color: rgb(83,171,164); }

 div.DivClassName
 {
   background-color: #53ABA4;
 }
 .BgClassName
 {
   background-color: #53ABA4;
 }
</style>
border-color css

<style>
 span { border-color: #53ABA4; }

 span { border-color: rgb(83,171,164); }

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