Html Css Color HEX #20BFBC Light Sea Green

📋 copy color: '#20BFBC'

red 32 ◦ green 191 ◦ blue 188

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

Shades of Light Sea Green #20BFBC

Tints of Light Sea Green #20BFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.74%

R = 7.79%
G = 46.47%
B = 45.74%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#20BFBC (or 0x20BFBC) is known color: Light Sea Green. HEX triplet: 20, BF and BC. RGB value is (32,191,188). Sum of RGB (Red+Green+Blue) = 32+191+188=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #20BFBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFBC is #DF4043. Grayscale: #8E8E8E. Windows color (decimal): -14630980 or 12369696. OLE color: 12369696.

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

Color convert

RGB 32 191 188 -
CMYK 0.83 0 0.02 0.25
HSL 178.87º 0.71% 0.44% -
HSV(B) 178.87º 0.83% 0.75% -
XYZ 28.3 41.2 54.04 -
YUV 143.12 153.32 48.74 -
System Red Green Blue C M Y K H S L
Decimal 32 191 188 0.83 0 0.02 0.25 178.87 0.71 0.44
Hex 20 BF BC 53 0 2 19 B3 47 2C
Octal 40 277 274 123 0 2 31 263 107 54
Binary 100000 10111111 10111100 1010011 0 10 11001 10110011 1000111 101100

Color Harmonies of #20BFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BFBC

Black with #20BFBC

Text Example


Text Example

White with #20BFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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