Html Css Color HEX #21CCB9 Light Sea Green

📋 copy color: '#21CCB9'

red 33 ◦ green 204 ◦ blue 185

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

Shades of Light Sea Green #21CCB9

Tints of Light Sea Green #21CCB9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.34%

 BLUE value IS 185 (72.66% from 255) = 43.84%

R = 7.82%
G = 48.34%
B = 43.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#21CCB9 (or 0x21CCB9) is known color: Light Sea Green. HEX triplet: 21, CC and B9. RGB value is (33,204,185). Sum of RGB (Red+Green+Blue) = 33+204+185=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 185 (72.66% from 255 or 43.84% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #21CCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CCB9 is #DE3346. Grayscale: #969696. Windows color (decimal): -14562119 or 12176417. OLE color: 12176417.

HSL color Cylindrical-coordinate representation of color #21CCB9: hue angle of 173.33º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CCB9 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 204 185 -
CMYK 0.84 0 0.09 0.2
HSL 173.33º 0.72% 0.46% -
HSV(B) 173.33º 0.84% 0.8% -
XYZ 30.98 47.01 53.34 -
YUV 150.71 147.35 44.04 -
System Red Green Blue C M Y K H S L
Decimal 33 204 185 0.84 0 0.09 0.2 173.33 0.72 0.46
Hex 21 CC B9 54 0 9 14 AD 48 2E
Octal 41 314 271 124 0 11 24 255 110 56
Binary 100001 11001100 10111001 1010100 0 1001 10100 10101101 1001000 101110

Color Harmonies of #21CCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CCB9

Black with #21CCB9

Text Example


Text Example

White with #21CCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,204,185); }

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

background-color css

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

 a { background-color: rgb(33,204,185); }

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

border-color css

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

 span { border-color: rgb(33,204,185); }

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