#21B69B

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

Shades of Light Sea Green #21B69B

Tints of Light Sea Green #21B69B

Color information

#21B69B (or 0x21B69B) is unknown color: approx Light Sea Green. HEX triplet: 21, B6 and 9B. RGB value is (33,182,155). Sum of RGB (Red+Green+Blue) = 33+182+155=370 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.92% from 370); Green value is 182 (71.48% from 255 or 49.19% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 182 - color contains mainly: green. Hex color #21B69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21B69B is #DE4964. Grayscale: #868686. Windows color (decimal): -14567781 or 10204705. OLE color: 10204705.

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

Color convert

RGB33182155-
CMYK0.8200.150.29
HSL169.13º69.3%42.16%-
HSV(B)169.13º81.87%71.37%-
XYZ23.2736.1536.76-
YUV134.37139.6455.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.92%
GREEN value IS 182 (71.48% from 255) = 49.19%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=8.92%
G=49.19%
B=41.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal331821550.8200.150.29169.1369.342.16
Hex21B69B520F1Da9452a
Octal412662331220173525110552
Binary100001101101101001101110100100111111101101010011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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