Html Css Color HEX #21CFBE Light Sea Green

📋 copy color: '#21CFBE'

red 33 ◦ green 207 ◦ blue 190

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

Shades of Light Sea Green #21CFBE

Tints of Light Sea Green #21CFBE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.14%

 BLUE value IS 190 (74.61% from 255) = 44.19%

R = 7.67%
G = 48.14%
B = 44.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#21CFBE (or 0x21CFBE) is known color: Light Sea Green. HEX triplet: 21, CF and BE. RGB value is (33,207,190). Sum of RGB (Red+Green+Blue) = 33+207+190=430 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.67% from 430); Green value is 207 (81.25% from 255 or 48.14% from 430); Blue value is 190 (74.61% from 255 or 44.19% from 430); Max value from RGB is 207 - color contains mainly: green. Hex color #21CFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CFBE is #DE3041. Grayscale: #989898. Windows color (decimal): -14561346 or 12504865. OLE color: 12504865.

HSL color Cylindrical-coordinate representation of color #21CFBE: hue angle of 174.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CFBE is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 207 190 -
CMYK 0.84 0 0.08 0.19
HSL 174.14º 0.73% 0.47% -
HSV(B) 174.14º 0.84% 0.81% -
XYZ 32.23 48.67 56.41 -
YUV 153.04 148.85 42.38 -
System Red Green Blue C M Y K H S L
Decimal 33 207 190 0.84 0 0.08 0.19 174.14 0.73 0.47
Hex 21 CF BE 54 0 8 13 AE 48 2F
Octal 41 317 276 124 0 10 23 256 110 57
Binary 100001 11001111 10111110 1010100 0 1000 10011 10101110 1001000 101111

Color Harmonies of #21CFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CFBE

Black with #21CFBE

Text Example


Text Example

White with #21CFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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