Html Css Color HEX #20BCC2 Light Sea Green

📋 copy color: '#20BCC2'

red 32 ◦ green 188 ◦ blue 194

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

Shades of Light Sea Green #20BCC2

Tints of Light Sea Green #20BCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.86%

R = 7.73%
G = 45.41%
B = 46.86%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#20BCC2 (or 0x20BCC2) is known color: Light Sea Green. HEX triplet: 20, BC and C2. RGB value is (32,188,194). Sum of RGB (Red+Green+Blue) = 32+188+194=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 194 (76.17% from 255 or 46.86% from 414); Max value from RGB is 194 - color contains mainly: blue. Hex color #20BCC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BCC2 is #DF433D. Grayscale: #8D8D8D. Windows color (decimal): -14631742 or 12762144. OLE color: 12762144.

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

Color convert

RGB 32 188 194 -
CMYK 0.84 0.03 0 0.24
HSL 182.22º 0.72% 0.44% -
HSV(B) 182.22º 0.84% 0.76% -
XYZ 28.32 40.17 57.3 -
YUV 142.04 157.32 49.51 -
System Red Green Blue C M Y K H S L
Decimal 32 188 194 0.84 0.03 0 0.24 182.22 0.72 0.44
Hex 20 BC C2 54 3 0 18 B6 48 2C
Octal 40 274 302 124 3 0 30 266 110 54
Binary 100000 10111100 11000010 1010100 11 0 11000 10110110 1001000 101100

Color Harmonies of #20BCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BCC2

Black with #20BCC2

Text Example


Text Example

White with #20BCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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