#21B39B

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

Shades of Light Sea Green #21B39B

Tints of Light Sea Green #21B39B

Color information

#21B39B (or 0x21B39B) is unknown color: approx Light Sea Green. HEX triplet: 21, B3 and 9B. RGB value is (33,179,155). Sum of RGB (Red+Green+Blue) = 33+179+155=367 (48% of max value = 765). Red value is 33 (13.28% from 255 or 8.99% from 367); Green value is 179 (70.31% from 255 or 48.77% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 179 - color contains mainly: green. Hex color #21B39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B39B is #DE4C64. Grayscale: #848484. Windows color (decimal): -14568549 or 10203937. OLE color: 10203937.

HSL color Cylindrical-coordinate representation of color #21B39B: hue angle of 170.14º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B39B is Cyan = 0.82, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB33179155-
CMYK0.8200.130.30
HSL170.14º68.87%41.57%-
HSV(B)170.14º81.56%70.2%-
XYZ22.6634.9336.56-
YUV132.61140.6356.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.99%
GREEN value IS 179 (70.31% from 255) = 48.77%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=8.99%
G=48.77%
B=42.23%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal331791550.8200.130.30170.1468.8741.57
Hex21B39B520D1Eaa452a
Octal412632331220153625210552
Binary100001101100111001101110100100110111110101010101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21B39B; }

 p { color: rgb(33,179,155); }

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

<style>
 a { background-color: #21B39B; }

 a { background-color: rgb(33,179,155); }

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

<style>
 span { border-color: #21B39B; }

 span { border-color: rgb(33,179,155); }

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