Html Css Color HEX #20BF9C Light Sea Green

📋 copy color: '#20BF9C'

red 32 ◦ green 191 ◦ blue 156

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

Shades of Light Sea Green #20BF9C

Tints of Light Sea Green #20BF9C

RGB

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

 GREEN value IS 191 (75% from 255) = 50.4%

 BLUE value IS 156 (61.33% from 255) = 41.16%

R = 8.44%
G = 50.4%
B = 41.16%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#20BF9C (or 0x20BF9C) is known color: Light Sea Green. HEX triplet: 20, BF and 9C. RGB value is (32,191,156). Sum of RGB (Red+Green+Blue) = 32+191+156=379 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.44% from 379); Green value is 191 (75% from 255 or 50.40% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BF9C is #DF4063. Grayscale: #8B8B8B. Windows color (decimal): -14631012 or 10272544. OLE color: 10272544.

HSL color Cylindrical-coordinate representation of color #20BF9C: hue angle of 166.79º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BF9C is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 191 156 -
CMYK 0.83 0 0.18 0.25
HSL 166.79º 0.71% 0.44% -
HSV(B) 166.79º 0.83% 0.75% -
XYZ 25.23 39.97 37.84 -
YUV 139.47 137.32 51.35 -
System Red Green Blue C M Y K H S L
Decimal 32 191 156 0.83 0 0.18 0.25 166.79 0.71 0.44
Hex 20 BF 9C 53 0 12 19 A7 47 2C
Octal 40 277 234 123 0 22 31 247 107 54
Binary 100000 10111111 10011100 1010011 0 10010 11001 10100111 1000111 101100

Color Harmonies of #20BF9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BF9C

Black with #20BF9C

Text Example


Text Example

White with #20BF9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,191,156); }

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

background-color css

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

 a { background-color: rgb(32,191,156); }

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

border-color css

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

 span { border-color: rgb(32,191,156); }

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