#21B8B3

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

Shades of Light Sea Green #21B8B3

Tints of Light Sea Green #21B8B3

Color information

#21B8B3 (or 0x21B8B3) is unknown color: approx Light Sea Green. HEX triplet: 21, B8 and B3. RGB value is (33,184,179). Sum of RGB (Red+Green+Blue) = 33+184+179=396 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.33% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 179 (70.31% from 255 or 45.20% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #21B8B3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B8B3 is #DE474C. Grayscale: #8A8A8A. Windows color (decimal): -14567245 or 11778081. OLE color: 11778081.

HSL color Cylindrical-coordinate representation of color #21B8B3: hue angle of 178.01º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21B8B3 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB33184179-
CMYK0.8200.030.28
HSL178.01º69.59%42.55%-
HSV(B)178.01º82.07%72.16%-
XYZ25.937.8648.59-
YUV138.28150.9752.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.33%
GREEN value IS 184 (72.27% from 255) = 46.46%
BLUE value IS 179 (70.31% from 255) = 45.20%
R=8.33%
G=46.46%
B=45.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal331841790.8200.030.28178.0169.5942.55
Hex21B8B352031Cb2462b
Octal41270263122033426210653
Binary1000011011100010110011101001001111100101100101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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