Html Css Color HEX #20CABA Light Sea Green

📋 copy color: '#20CABA'

red 32 ◦ green 202 ◦ blue 186

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

Shades of Light Sea Green #20CABA

Tints of Light Sea Green #20CABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 7.62%
G = 48.1%
B = 44.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#20CABA (or 0x20CABA) is known color: Light Sea Green. HEX triplet: 20, CA and BA. RGB value is (32,202,186). Sum of RGB (Red+Green+Blue) = 32+202+186=420 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.62% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #20CABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CABA is #DF3545. Grayscale: #959595. Windows color (decimal): -14628166 or 12241440. OLE color: 12241440.

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

Color convert

RGB 32 202 186 -
CMYK 0.84 0 0.08 0.21
HSL 174.35º 0.73% 0.46% -
HSV(B) 174.35º 0.84% 0.79% -
XYZ 30.58 46.09 53.74 -
YUV 149.35 148.68 44.3 -
System Red Green Blue C M Y K H S L
Decimal 32 202 186 0.84 0 0.08 0.21 174.35 0.73 0.46
Hex 20 CA BA 54 0 8 15 AE 49 2E
Octal 40 312 272 124 0 10 25 256 111 56
Binary 100000 11001010 10111010 1010100 0 1000 10101 10101110 1001001 101110

Color Harmonies of #20CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CABA

Black with #20CABA

Text Example


Text Example

White with #20CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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