Html Css Color HEX #20BFC5 Light Sea Green

📋 copy color: '#20BFC5'

red 32 ◦ green 191 ◦ blue 197

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

Shades of Light Sea Green #20BFC5

Tints of Light Sea Green #20BFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 46.9%

R = 7.62%
G = 45.48%
B = 46.9%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#20BFC5 (or 0x20BFC5) is known color: Light Sea Green. HEX triplet: 20, BF and C5. RGB value is (32,191,197). Sum of RGB (Red+Green+Blue) = 32+191+197=420 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.62% from 420); Green value is 191 (75% from 255 or 45.48% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #20BFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BFC5 is #DF403A. Grayscale: #8F8F8F. Windows color (decimal): -14630971 or 12959520. OLE color: 12959520.

HSL color Cylindrical-coordinate representation of color #20BFC5: hue angle of 182.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20BFC5 is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 191 197 -
CMYK 0.84 0.03 0 0.23
HSL 182.18º 0.72% 0.45% -
HSV(B) 182.18º 0.84% 0.77% -
XYZ 29.3 41.6 59.31 -
YUV 144.14 157.82 48.01 -
System Red Green Blue C M Y K H S L
Decimal 32 191 197 0.84 0.03 0 0.23 182.18 0.72 0.45
Hex 20 BF C5 54 3 0 17 B6 48 2D
Octal 40 277 305 124 3 0 27 266 110 55
Binary 100000 10111111 11000101 1010100 11 0 10111 10110110 1001000 101101

Color Harmonies of #20BFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BFC5

Black with #20BFC5

Text Example


Text Example

White with #20BFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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