Html Css Color HEX #20BFB2 Light Sea Green

📋 copy color: '#20BFB2'

red 32 ◦ green 191 ◦ blue 178

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

Shades of Light Sea Green #20BFB2

Tints of Light Sea Green #20BFB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.39%

R = 7.98%
G = 47.63%
B = 44.39%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#20BFB2 (or 0x20BFB2) is known color: Light Sea Green. HEX triplet: 20, BF and B2. RGB value is (32,191,178). Sum of RGB (Red+Green+Blue) = 32+191+178=401 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.98% from 401); Green value is 191 (75% from 255 or 47.63% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 191 - color contains mainly: green. Hex color #20BFB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BFB2 is #DF404D. Grayscale: #8D8D8D. Windows color (decimal): -14630990 or 11714336. OLE color: 11714336.

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

Color convert

RGB 32 191 178 -
CMYK 0.83 0 0.07 0.25
HSL 175.09º 0.71% 0.44% -
HSV(B) 175.09º 0.83% 0.75% -
XYZ 27.26 40.78 48.55 -
YUV 141.98 148.32 49.56 -
System Red Green Blue C M Y K H S L
Decimal 32 191 178 0.83 0 0.07 0.25 175.09 0.71 0.44
Hex 20 BF B2 53 0 7 19 AF 47 2C
Octal 40 277 262 123 0 7 31 257 107 54
Binary 100000 10111111 10110010 1010011 0 111 11001 10101111 1000111 101100

Color Harmonies of #20BFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BFB2

Black with #20BFB2

Text Example


Text Example

White with #20BFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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