Html Css Color HEX #21CABB Light Sea Green

📋 copy color: '#21CABB'

red 33 ◦ green 202 ◦ blue 187

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

Shades of Light Sea Green #21CABB

Tints of Light Sea Green #21CABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.87%

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 7.82%
G = 47.87%
B = 44.31%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#21CABB (or 0x21CABB) is known color: Light Sea Green. HEX triplet: 21, CA and BB. RGB value is (33,202,187). Sum of RGB (Red+Green+Blue) = 33+202+187=422 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.82% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #21CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CABB is #DE3544. Grayscale: #959595. Windows color (decimal): -14562629 or 12306977. OLE color: 12306977.

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

Color convert

RGB 33 202 187 -
CMYK 0.84 0 0.07 0.21
HSL 174.67º 0.72% 0.46% -
HSV(B) 174.67º 0.84% 0.79% -
XYZ 30.72 46.15 54.3 -
YUV 149.76 149.01 44.72 -
System Red Green Blue C M Y K H S L
Decimal 33 202 187 0.84 0 0.07 0.21 174.67 0.72 0.46
Hex 21 CA BB 54 0 7 15 AF 48 2E
Octal 41 312 273 124 0 7 25 257 110 56
Binary 100001 11001010 10111011 1010100 0 111 10101 10101111 1001000 101110

Color Harmonies of #21CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21CABB

Black with #21CABB

Text Example


Text Example

White with #21CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,202,187); }

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

background-color css

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

 a { background-color: rgb(33,202,187); }

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

border-color css

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

 span { border-color: rgb(33,202,187); }

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