Html Css Color HEX #20BFB4 Light Sea Green

📋 copy color: '#20BFB4'

red 32 ◦ green 191 ◦ blue 180

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

Shades of Light Sea Green #20BFB4

Tints of Light Sea Green #20BFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 7.94%
G = 47.39%
B = 44.67%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#20BFB4 (or 0x20BFB4) is known color: Light Sea Green. HEX triplet: 20, BF and B4. RGB value is (32,191,180). Sum of RGB (Red+Green+Blue) = 32+191+180=403 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.94% from 403); Green value is 191 (75% from 255 or 47.39% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 191 - color contains mainly: green. Hex color #20BFB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFB4 is #DF404B. Grayscale: #8E8E8E. Windows color (decimal): -14630988 or 11845408. OLE color: 11845408.

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

Color convert

RGB 32 191 180 -
CMYK 0.83 0 0.06 0.25
HSL 175.85º 0.71% 0.44% -
HSV(B) 175.85º 0.83% 0.75% -
XYZ 27.46 40.86 49.62 -
YUV 142.21 149.32 49.39 -
System Red Green Blue C M Y K H S L
Decimal 32 191 180 0.83 0 0.06 0.25 175.85 0.71 0.44
Hex 20 BF B4 53 0 6 19 B0 47 2C
Octal 40 277 264 123 0 6 31 260 107 54
Binary 100000 10111111 10110100 1010011 0 110 11001 10110000 1000111 101100

Color Harmonies of #20BFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BFB4

Black with #20BFB4

Text Example


Text Example

White with #20BFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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