#21845A

Color #21845A Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #21845A

Tints of Sea Green #21845A

Color information

#21845A (or 0x21845A) is unknown color: approx Sea Green. HEX triplet: 21, 84 and 5A. RGB value is (33,132,90). Sum of RGB (Red+Green+Blue) = 33+132+90=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #21845A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21845A is #DE7BA5. Grayscale: #616161. Windows color (decimal): -14580646 or 5932065. OLE color: 5932065.

HSL color Cylindrical-coordinate representation of color #21845A: hue angle of 154.55º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21845A is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB3313290-
CMYK0.7500.320.48
HSL154.55º60%32.35%-
HSV(B)154.55º75%51.76%-
XYZ10.7217.5612.5-
YUV97.61123.781.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.94%
GREEN value IS 132 (51.95% from 255) = 51.76%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=12.94%
G=51.76%
B=35.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal33132900.7500.320.48154.556032.35
Hex21845A4B020309b3c20
Octal41204132113040602337440
Binary1000011000010010110101001011010000011000010011011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21845A; }

 p { color: rgb(33,132,90); }

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

<style>
 a { background-color: #21845A; }

 a { background-color: rgb(33,132,90); }

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

<style>
 span { border-color: #21845A; }

 span { border-color: rgb(33,132,90); }

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