#21B3BA

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

Shades of Light Sea Green #21B3BA

Tints of Light Sea Green #21B3BA

Color information

#21B3BA (or 0x21B3BA) is unknown color: approx Light Sea Green. HEX triplet: 21, B3 and BA. RGB value is (33,179,186). Sum of RGB (Red+Green+Blue) = 33+179+186=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #21B3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B3BA is #DE4C45. Grayscale: #878787. Windows color (decimal): -14568518 or 12235553. OLE color: 12235553.

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

Color convert

RGB33179186-
CMYK0.820.0400.27
HSL182.75º69.86%42.94%-
HSV(B)182.75º82.26%72.94%-
XYZ25.6136.1152.07-
YUV136.14156.1354.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.29%
GREEN value IS 179 (70.31% from 255) = 44.97%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=8.29%
G=44.97%
B=46.73%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331791860.820.0400.27182.7569.8642.94
Hex21B3BA52401Bb7462b
Octal41263272122403326710653
Binary10000110110011101110101010010100011011101101111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21B3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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