#21BA9B

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

Shades of Light Sea Green #21BA9B

Tints of Light Sea Green #21BA9B

Color information

#21BA9B (or 0x21BA9B) is unknown color: approx Light Sea Green. HEX triplet: 21, BA and 9B. RGB value is (33,186,155). Sum of RGB (Red+Green+Blue) = 33+186+155=374 (49% of max value = 765). Red value is 33 (13.28% from 255 or 8.82% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #21BA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BA9B is #DE4564. Grayscale: #888888. Windows color (decimal): -14566757 or 10205729. OLE color: 10205729.

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

Color convert

RGB33186155-
CMYK0.8200.170.27
HSL167.84º69.86%42.94%-
HSV(B)167.84º82.26%72.94%-
XYZ24.137.8137.04-
YUV136.72138.3154.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.82%
GREEN value IS 186 (73.05% from 255) = 49.73%
BLUE value IS 155 (60.94% from 255) = 41.44%
R=8.82%
G=49.73%
B=41.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal331861550.8200.170.27167.8469.8642.94
Hex21BA9B520111Ba8462b
Octal412722331220213325010653
Binary1000011011101010011011101001001000111011101010001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21BA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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