Html Css Color HEX #20CFBA Light Sea Green

📋 copy color: '#20CFBA'

red 32 ◦ green 207 ◦ blue 186

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

Shades of Light Sea Green #20CFBA

Tints of Light Sea Green #20CFBA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.71%

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

R = 7.53%
G = 48.71%
B = 43.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#20CFBA (or 0x20CFBA) is known color: Light Sea Green. HEX triplet: 20, CF and BA. RGB value is (32,207,186). Sum of RGB (Red+Green+Blue) = 32+207+186=425 (56% of max value = 765). Red value is 32 (12.89% from 255 or 7.53% from 425); Green value is 207 (81.25% from 255 or 48.71% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 207 - color contains mainly: green. Hex color #20CFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20CFBA is #DF3045. Grayscale: #989898. Windows color (decimal): -14626886 or 12242720. OLE color: 12242720.

HSL color Cylindrical-coordinate representation of color #20CFBA: hue angle of 172.8º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CFBA is Cyan = 0.85, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 32 207 186 -
CMYK 0.85 0 0.10 0.19
HSL 172.8º 0.73% 0.47% -
HSV(B) 172.8º 0.85% 0.81% -
XYZ 31.77 48.48 54.14 -
YUV 152.28 147.02 42.21 -
System Red Green Blue C M Y K H S L
Decimal 32 207 186 0.85 0 0.10 0.19 172.8 0.73 0.47
Hex 20 CF BA 55 0 A 13 AD 49 2F
Octal 40 317 272 125 0 12 23 255 111 57
Binary 100000 11001111 10111010 1010101 0 1010 10011 10101101 1001001 101111

Color Harmonies of #20CFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20CFBA

Black with #20CFBA

Text Example


Text Example

White with #20CFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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