Html Css Color HEX #21BEB0 Light Sea Green

📋 copy color: '#21BEB0'

red 33 ◦ green 190 ◦ blue 176

#21BEB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Sea Green #21BEB0

Tints of Light Sea Green #21BEB0

RGB

 RED value IS 33 (13.28% from 255) = 8.27%

 GREEN value IS 190 (74.61% from 255) = 47.62%

 BLUE value IS 176 (69.14% from 255) = 44.11%

R = 8.27%
G = 47.62%
B = 44.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#21BEB0 (or 0x21BEB0) is known color: Light Sea Green. HEX triplet: 21, BE and B0. RGB value is (33,190,176). Sum of RGB (Red+Green+Blue) = 33+190+176=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BEB0 is #DE414F. Grayscale: #8D8D8D. Windows color (decimal): -14565712 or 11583009. OLE color: 11583009.

HSL color Cylindrical-coordinate representation of color #21BEB0: hue angle of 174.65º 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 #21BEB0 is Cyan = 0.83, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 190 176 -
CMYK 0.83 0 0.07 0.25
HSL 174.65º 0.7% 0.44% -
HSV(B) 174.65º 0.83% 0.75% -
XYZ 26.88 40.28 47.43 -
YUV 141.46 147.49 50.64 -
System Red Green Blue C M Y K H S L
Decimal 33 190 176 0.83 0 0.07 0.25 174.65 0.7 0.44
Hex 21 BE B0 53 0 7 19 AF 46 2C
Octal 41 276 260 123 0 7 31 257 106 54
Binary 100001 10111110 10110000 1010011 0 111 11001 10101111 1000110 101100

Color Harmonies of #21BEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BEB0

Black with #21BEB0

Text Example


Text Example

White with #21BEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #21BEB0;
 }
 .AnyTagClassName
 {
   color: #21BEB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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