#21B3B8

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

Shades of Light Sea Green #21B3B8

Tints of Light Sea Green #21B3B8

Color information

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

HSL color Cylindrical-coordinate representation of color #21B3B8: hue angle of 181.99º 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 #21B3B8 is Cyan = 0.82, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB33179184-
CMYK0.820.0300.28
HSL181.99º69.59%42.55%-
HSV(B)181.99º82.07%72.16%-
XYZ25.436.0250.96-
YUV135.92155.1354.59-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal331791840.820.0300.28181.9969.5942.55
Hex21B3B852301Cb6462b
Octal41263270122303426610653
Binary1000011011001110111000101001011011100101101101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B3B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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