#21554B

Color #21554B Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #21554B

Tints of Evening Sea #21554B

Color information

#21554B (or 0x21554B) is unknown color: approx Evening Sea. HEX triplet: 21, 55 and 4B. RGB value is (33,85,75). Sum of RGB (Red+Green+Blue) = 33+85+75=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 85 (33.59% from 255 or 44.04% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 85 - color contains mainly: green. Hex color #21554B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21554B is #DEAAB4. Grayscale: #444444. Windows color (decimal): -14592693 or 4936993. OLE color: 4936993.

HSL color Cylindrical-coordinate representation of color #21554B: hue angle of 168.46º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #21554B is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB338575-
CMYK0.6100.120.67
HSL168.46º44.07%23.14%-
HSV(B)168.46º61.18%33.33%-
XYZ5.157.337.8-
YUV68.31131.77102.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 85 (33.59% from 255) = 44.04%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=17.10%
G=44.04%
B=38.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3385750.6100.120.67168.4644.0723.14
Hex21554B3D0C43a82c17
Octal41125113750141032505427
Binary100001101010110010111111010110010000111010100010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21554B; }

 p { color: rgb(33,85,75); }

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

<style>
 a { background-color: #21554B; }

 a { background-color: rgb(33,85,75); }

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

<style>
 span { border-color: #21554B; }

 span { border-color: rgb(33,85,75); }

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