#21864E

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

Shades of Sea Green #21864E

Tints of Sea Green #21864E

Color information

#21864E (or 0x21864E) is unknown color: approx Sea Green. HEX triplet: 21, 86 and 4E. RGB value is (33,134,78). Sum of RGB (Red+Green+Blue) = 33+134+78=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 134 (52.73% from 255 or 54.69% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 134 - color contains mainly: green. Hex color #21864E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21864E is #DE79B1. Grayscale: #616161. Windows color (decimal): -14580146 or 5146145. OLE color: 5146145.

HSL color Cylindrical-coordinate representation of color #21864E: hue angle of 146.73º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #21864E is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB3313478-
CMYK0.7500.420.47
HSL146.73º60.48%32.75%-
HSV(B)146.73º75.37%52.55%-
XYZ10.5317.9210.11-
YUV97.42117.0482.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.47%
GREEN value IS 134 (52.73% from 255) = 54.69%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=13.47%
G=54.69%
B=31.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33134780.7500.420.47146.7360.4832.75
Hex21864E4B02A2F933c21
Octal41206116113052572237441
Binary1000011000011010011101001011010101010111110010011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21864E; }

 p { color: rgb(33,134,78); }

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

<style>
 a { background-color: #21864E; }

 a { background-color: rgb(33,134,78); }

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

<style>
 span { border-color: #21864E; }

 span { border-color: rgb(33,134,78); }

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