Html Css Color HEX #20CABB Light Sea Green

📋 copy color: '#20CABB'

red 32 ◦ green 202 ◦ blue 187

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

Shades of Light Sea Green #20CABB

Tints of Light Sea Green #20CABB

RGB

 RED value IS 32 (12.89% from 255) = 7.6%

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

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

R = 7.6%
G = 47.98%
B = 44.42%

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

#20CABB (or 0x20CABB) is known color: Light Sea Green. HEX triplet: 20, CA and BB. RGB value is (32,202,187). Sum of RGB (Red+Green+Blue) = 32+202+187=421 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.60% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #20CABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CABB is #DF3544. Grayscale: #959595. Windows color (decimal): -14628165 or 12306976. OLE color: 12306976.

HSL color Cylindrical-coordinate representation of color #20CABB: hue angle of 174.71º degrees, saturation: 0.73, 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 #20CABB is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 32 202 187 -
CMYK 0.84 0 0.07 0.21
HSL 174.71º 0.73% 0.46% -
HSV(B) 174.71º 0.84% 0.79% -
XYZ 30.69 46.14 54.3 -
YUV 149.46 149.18 44.22 -
System Red Green Blue C M Y K H S L
Decimal 32 202 187 0.84 0 0.07 0.21 174.71 0.73 0.46
Hex 20 CA BB 54 0 7 15 AF 49 2E
Octal 40 312 273 124 0 7 25 257 111 56
Binary 100000 11001010 10111011 1010100 0 111 10101 10101111 1001001 101110

Color Harmonies of #20CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CABB

Black with #20CABB

Text Example


Text Example

White with #20CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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