Html Css Color HEX #20BCC5 Light Sea Green

📋 copy color: '#20BCC5'

red 32 ◦ green 188 ◦ blue 197

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

Shades of Light Sea Green #20BCC5

Tints of Light Sea Green #20BCC5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.08%

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

R = 7.67%
G = 45.08%
B = 47.24%

CMYK

 C value IS 0.84

 M value IS 0.05

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#20BCC5 (or 0x20BCC5) is known color: Light Sea Green. HEX triplet: 20, BC and C5. RGB value is (32,188,197). Sum of RGB (Red+Green+Blue) = 32+188+197=417 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.67% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #20BCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCC5 is #DF433A. Grayscale: #8E8E8E. Windows color (decimal): -14631739 or 12958752. OLE color: 12958752.

HSL color Cylindrical-coordinate representation of color #20BCC5: hue angle of 183.27º 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 #20BCC5 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 32 188 197 -
CMYK 0.84 0.05 0 0.23
HSL 183.27º 0.72% 0.45% -
HSV(B) 183.27º 0.84% 0.77% -
XYZ 28.66 40.3 59.09 -
YUV 142.38 158.82 49.27 -
System Red Green Blue C M Y K H S L
Decimal 32 188 197 0.84 0.05 0 0.23 183.27 0.72 0.45
Hex 20 BC C5 54 5 0 17 B7 48 2D
Octal 40 274 305 124 5 0 27 267 110 55
Binary 100000 10111100 11000101 1010100 101 0 10111 10110111 1001000 101101

Color Harmonies of #20BCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BCC5

Black with #20BCC5

Text Example


Text Example

White with #20BCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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