Html Css Color HEX #20BEC2 Light Sea Green

📋 copy color: '#20BEC2'

red 32 ◦ green 190 ◦ blue 194

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

Shades of Light Sea Green #20BEC2

Tints of Light Sea Green #20BEC2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 45.67%

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

R = 7.69%
G = 45.67%
B = 46.63%

CMYK

 C value IS 0.84

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#20BEC2 (or 0x20BEC2) is known color: Light Sea Green. HEX triplet: 20, BE and C2. RGB value is (32,190,194). Sum of RGB (Red+Green+Blue) = 32+190+194=416 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.69% from 416); Green value is 190 (74.61% from 255 or 45.67% from 416); Blue value is 194 (76.17% from 255 or 46.63% from 416); Max value from RGB is 194 - color contains mainly: blue. Hex color #20BEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BEC2 is #DF413D. Grayscale: #8F8F8F. Windows color (decimal): -14631230 or 12762656. OLE color: 12762656.

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

Color convert

RGB 32 190 194 -
CMYK 0.84 0.02 0 0.24
HSL 181.48º 0.72% 0.44% -
HSV(B) 181.48º 0.84% 0.76% -
XYZ 28.75 41.03 57.44 -
YUV 143.21 156.65 48.67 -
System Red Green Blue C M Y K H S L
Decimal 32 190 194 0.84 0.02 0 0.24 181.48 0.72 0.44
Hex 20 BE C2 54 2 0 18 B5 48 2C
Octal 40 276 302 124 2 0 30 265 110 54
Binary 100000 10111110 11000010 1010100 10 0 11000 10110101 1001000 101100

Color Harmonies of #20BEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BEC2

Black with #20BEC2

Text Example


Text Example

White with #20BEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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