Html Css Color HEX #20BFBE Light Sea Green

📋 copy color: '#20BFBE'

red 32 ◦ green 191 ◦ blue 190

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

Shades of Light Sea Green #20BFBE

Tints of Light Sea Green #20BFBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 7.75%
G = 46.25%
B = 46%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#20BFBE (or 0x20BFBE) is known color: Light Sea Green. HEX triplet: 20, BF and BE. RGB value is (32,191,190). Sum of RGB (Red+Green+Blue) = 32+191+190=413 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.75% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #20BFBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFBE is #DF4041. Grayscale: #8F8F8F. Windows color (decimal): -14630978 or 12500768. OLE color: 12500768.

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

Color convert

RGB 32 191 190 -
CMYK 0.83 0 0.01 0.25
HSL 179.62º 0.71% 0.44% -
HSV(B) 179.62º 0.83% 0.75% -
XYZ 28.52 41.29 55.18 -
YUV 143.35 154.32 48.58 -
System Red Green Blue C M Y K H S L
Decimal 32 191 190 0.83 0 0.01 0.25 179.62 0.71 0.44
Hex 20 BF BE 53 0 1 19 B4 47 2C
Octal 40 277 276 123 0 1 31 264 107 54
Binary 100000 10111111 10111110 1010011 0 1 11001 10110100 1000111 101100

Color Harmonies of #20BFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BFBE

Black with #20BFBE

Text Example


Text Example

White with #20BFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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