Html Css Color HEX #20BEC0 Light Sea Green

📋 copy color: '#20BEC0'

red 32 ◦ green 190 ◦ blue 192

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

Shades of Light Sea Green #20BEC0

Tints of Light Sea Green #20BEC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.38%

R = 7.73%
G = 45.89%
B = 46.38%

CMYK

 C value IS 0.83

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#20BEC0 (or 0x20BEC0) is known color: Light Sea Green. HEX triplet: 20, BE and C0. RGB value is (32,190,192). Sum of RGB (Red+Green+Blue) = 32+190+192=414 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.73% from 414); Green value is 190 (74.61% from 255 or 45.89% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #20BEC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BEC0 is #DF413F. Grayscale: #8E8E8E. Windows color (decimal): -14631232 or 12631584. OLE color: 12631584.

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

Color convert

RGB 32 190 192 -
CMYK 0.83 0.01 0 0.25
HSL 180.75º 0.71% 0.44% -
HSV(B) 180.75º 0.83% 0.75% -
XYZ 28.52 40.94 56.27 -
YUV 142.99 155.65 48.84 -
System Red Green Blue C M Y K H S L
Decimal 32 190 192 0.83 0.01 0 0.25 180.75 0.71 0.44
Hex 20 BE C0 53 1 0 19 B5 47 2C
Octal 40 276 300 123 1 0 31 265 107 54
Binary 100000 10111110 11000000 1010011 1 0 11001 10110101 1000111 101100

Color Harmonies of #20BEC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BEC0

Black with #20BEC0

Text Example


Text Example

White with #20BEC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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