Html Css Color HEX #21BEB5 Light Sea Green

📋 copy color: '#21BEB5'

red 33 ◦ green 190 ◦ blue 181

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

Shades of Light Sea Green #21BEB5

Tints of Light Sea Green #21BEB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 44.8%

R = 8.17%
G = 47.03%
B = 44.8%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#21BEB5 (or 0x21BEB5) is known color: Light Sea Green. HEX triplet: 21, BE and B5. RGB value is (33,190,181). Sum of RGB (Red+Green+Blue) = 33+190+181=404 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.17% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEB5 is #DE414A. Grayscale: #8D8D8D. Windows color (decimal): -14565707 or 11910689. OLE color: 11910689.

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

Color convert

RGB 33 190 181 -
CMYK 0.83 0 0.05 0.25
HSL 176.56º 0.7% 0.44% -
HSV(B) 176.56º 0.83% 0.75% -
XYZ 27.38 40.49 50.09 -
YUV 142.03 149.99 50.23 -
System Red Green Blue C M Y K H S L
Decimal 33 190 181 0.83 0 0.05 0.25 176.56 0.7 0.44
Hex 21 BE B5 53 0 5 19 B1 46 2C
Octal 41 276 265 123 0 5 31 261 106 54
Binary 100001 10111110 10110101 1010011 0 101 11001 10110001 1000110 101100

Color Harmonies of #21BEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BEB5

Black with #21BEB5

Text Example


Text Example

White with #21BEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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