#21945B

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

Shades of Sea Green #21945B

Tints of Sea Green #21945B

Color information

#21945B (or 0x21945B) is unknown color: approx Sea Green. HEX triplet: 21, 94 and 5B. RGB value is (33,148,91). Sum of RGB (Red+Green+Blue) = 33+148+91=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #21945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21945B is #DE6BA4. Grayscale: #6B6B6B. Windows color (decimal): -14576549 or 6001697. OLE color: 6001697.

HSL color Cylindrical-coordinate representation of color #21945B: hue angle of 150.26º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #21945B is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB3314891-
CMYK0.7800.390.42
HSL150.26º63.54%35.49%-
HSV(B)150.26º77.7%58.04%-
XYZ13.1122.2613.5-
YUV107.12118.975.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 148 (58.20% from 255) = 54.41%
BLUE value IS 91 (35.94% from 255) = 33.46%
R=12.13%
G=54.41%
B=33.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal33148910.7800.390.42150.2663.5435.49
Hex21945B4E0272A964023
Octal412241331160475222610043
Binary10000110010100101101110011100100111101010100101101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,148,91); }

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

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

 a { background-color: rgb(33,148,91); }

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

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

 span { border-color: rgb(33,148,91); }

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