Html Css Color HEX #21BEA0 Light Sea Green

📋 copy color: '#21BEA0'

red 33 ◦ green 190 ◦ blue 160

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

Shades of Light Sea Green #21BEA0

Tints of Light Sea Green #21BEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 8.62%
G = 49.61%
B = 41.78%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#21BEA0 (or 0x21BEA0) is known color: Light Sea Green. HEX triplet: 21, BE and A0. RGB value is (33,190,160). Sum of RGB (Red+Green+Blue) = 33+190+160=383 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.62% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #21BEA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21BEA0 is #DE415F. Grayscale: #8B8B8B. Windows color (decimal): -14565728 or 10534433. OLE color: 10534433.

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

Color convert

RGB 33 190 160 -
CMYK 0.83 0 0.16 0.25
HSL 168.54º 0.7% 0.44% -
HSV(B) 168.54º 0.83% 0.75% -
XYZ 25.39 39.69 39.58 -
YUV 139.64 139.49 51.94 -
System Red Green Blue C M Y K H S L
Decimal 33 190 160 0.83 0 0.16 0.25 168.54 0.7 0.44
Hex 21 BE A0 53 0 10 19 A9 46 2C
Octal 41 276 240 123 0 20 31 251 106 54
Binary 100001 10111110 10100000 1010011 0 10000 11001 10101001 1000110 101100

Color Harmonies of #21BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21BEA0

Black with #21BEA0

Text Example


Text Example

White with #21BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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