#54A098

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

Shades of Cadet Blue #54A098

Tints of Cadet Blue #54A098

Color information

#54A098 (or 0x54A098) is unknown color: approx Cadet Blue. HEX triplet: 54, A0 and 98. RGB value is (84,160,152). Sum of RGB (Red+Green+Blue) = 84+160+152=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #54A098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A098 is #AB5F67. Grayscale: #888888. Windows color (decimal): -11231080 or 10002516. OLE color: 10002516.

HSL color Cylindrical-coordinate representation of color #54A098: hue angle of 173.68º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54A098 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB84160152-
CMYK0.4800.050.37
HSL173.68º31.15%47.84%-
HSV(B)173.68º47.5%62.75%-
XYZ21.8929.2934.21-
YUV136.36136.8290.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.21%
GREEN value IS 160 (62.89% from 255) = 40.40%
BLUE value IS 152 (59.77% from 255) = 38.38%
R=21.21%
G=40.40%
B=38.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal841601520.4800.050.37173.6831.1547.84
Hex54A098300525ae1f30
Octal1242402306005452563760
Binary1010100101000001001100011000001011001011010111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54A098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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