#21ceba

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

Shades of Light Sea Green #21CEBA

Tints of Light Sea Green #21CEBA

Color information

#21CEBA (or 0x21CEBA) is unknown color: approx Light Sea Green. HEX triplet: 21, CE and BA. RGB value is (33,206,186). Sum of RGB (Red+Green+Blue) = 33+206+186=425 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.76% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CEBA is #DE3145. Grayscale: #979797. Windows color (decimal): -14561606 or 12242465. OLE color: 12242465.

HSL color Cylindrical-coordinate representation of color #21CEBA: hue angle of 173.06º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CEBA is Cyan = 0.84, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB33206186-
CMYK0.8400.100.19
HSL173.06º72.38%46.86%-
HSV(B)173.06º83.98%80.78%-
XYZ31.5648.0154.06-
YUV151.99147.1943.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 7.76%
GREEN value IS 206 (80.86% from 255) = 48.47%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=7.76%
G=48.47%
B=43.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal332061860.8400.100.19173.0672.3846.86
Hex21CEBA540A13ad482f
Octal413162721240122325511057
Binary100001110011101011101010101000101010011101011011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21ceba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,206,186); }

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

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

 a { background-color: rgb(33,206,186); }

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

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

 span { border-color: rgb(33,206,186); }

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