Html Css Color HEX #20BFBA Light Sea Green

📋 copy color: '#20BFBA'

red 32 ◦ green 191 ◦ blue 186

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

Shades of Light Sea Green #20BFBA

Tints of Light Sea Green #20BFBA

RGB

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

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

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

R = 7.82%
G = 46.7%
B = 45.48%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#20BFBA (or 0x20BFBA) is known color: Light Sea Green. HEX triplet: 20, BF and BA. RGB value is (32,191,186). Sum of RGB (Red+Green+Blue) = 32+191+186=409 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.82% from 409); Green value is 191 (75% from 255 or 46.70% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 191 - color contains mainly: green. Hex color #20BFBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFBA is #DF4045. Grayscale: #8E8E8E. Windows color (decimal): -14630982 or 12238624. OLE color: 12238624.

HSL color Cylindrical-coordinate representation of color #20BFBA: hue angle of 178.11º 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 #20BFBA is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 191 186 -
CMYK 0.83 0 0.03 0.25
HSL 178.11º 0.71% 0.44% -
HSV(B) 178.11º 0.83% 0.75% -
XYZ 28.09 41.11 52.91 -
YUV 142.89 152.32 48.91 -
System Red Green Blue C M Y K H S L
Decimal 32 191 186 0.83 0 0.03 0.25 178.11 0.71 0.44
Hex 20 BF BA 53 0 3 19 B2 47 2C
Octal 40 277 272 123 0 3 31 262 107 54
Binary 100000 10111111 10111010 1010011 0 11 11001 10110010 1000111 101100

Color Harmonies of #20BFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BFBA

Black with #20BFBA

Text Example


Text Example

White with #20BFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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