Html Css Color HEX #20CCBA Light Sea Green

📋 copy color: '#20CCBA'

red 32 ◦ green 204 ◦ blue 186

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

Shades of Light Sea Green #20CCBA

Tints of Light Sea Green #20CCBA

RGB

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

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

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

R = 7.58%
G = 48.34%
B = 44.08%

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

#20CCBA (or 0x20CCBA) is known color: Light Sea Green. HEX triplet: 20, CC and BA. RGB value is (32,204,186). Sum of RGB (Red+Green+Blue) = 32+204+186=422 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.58% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #20CCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CCBA is #DF3345. Grayscale: #969696. Windows color (decimal): -14627654 or 12241952. OLE color: 12241952.

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

Color convert

RGB 32 204 186 -
CMYK 0.84 0 0.09 0.2
HSL 173.72º 0.73% 0.46% -
HSV(B) 173.72º 0.84% 0.8% -
XYZ 31.05 47.04 53.9 -
YUV 150.52 148.02 43.46 -
System Red Green Blue C M Y K H S L
Decimal 32 204 186 0.84 0 0.09 0.2 173.72 0.73 0.46
Hex 20 CC BA 54 0 9 14 AE 49 2E
Octal 40 314 272 124 0 11 24 256 111 56
Binary 100000 11001100 10111010 1010100 0 1001 10100 10101110 1001001 101110

Color Harmonies of #20CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CCBA

Black with #20CCBA

Text Example


Text Example

White with #20CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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