#21b1be

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

Shades of Light Sea Green #21B1BE

Tints of Light Sea Green #21B1BE

Color information

#21B1BE (or 0x21B1BE) is unknown color: approx Light Sea Green. HEX triplet: 21, B1 and BE. RGB value is (33,177,190). Sum of RGB (Red+Green+Blue) = 33+177+190=400 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #21B1BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21B1BE is #DE4E41. Grayscale: #878787. Windows color (decimal): -14569026 or 12497185. OLE color: 12497185.

HSL color Cylindrical-coordinate representation of color #21B1BE: hue angle of 184.97º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21B1BE is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB33177190-
CMYK0.830.0700.25
HSL184.97º70.4%43.73%-
HSV(B)184.97º82.63%74.51%-
XYZ25.6435.4954.21-
YUV135.43158.7954.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 8.25%
GREEN value IS 177 (69.53% from 255) = 44.25%
BLUE value IS 190 (74.61% from 255) = 47.5%
R=8.25%
G=44.25%
B=47.5%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal331771900.830.0700.25184.9770.443.73
Hex21B1BE537019b9462c
Octal41261276123703127110654
Binary10000110110001101111101010011111011001101110011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21b1be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,177,190); }

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

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

 a { background-color: rgb(33,177,190); }

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

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

 span { border-color: rgb(33,177,190); }

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