Html Css Color HEX #20BAC1 Light Sea Green

📋 copy color: '#20BAC1'

red 32 ◦ green 186 ◦ blue 193

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

Shades of Light Sea Green #20BAC1

Tints of Light Sea Green #20BAC1

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.26%

 BLUE value IS 193 (75.78% from 255) = 46.96%

R = 7.79%
G = 45.26%
B = 46.96%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#20BAC1 (or 0x20BAC1) is known color: Light Sea Green. HEX triplet: 20, BA and C1. RGB value is (32,186,193). Sum of RGB (Red+Green+Blue) = 32+186+193=411 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.79% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #20BAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20BAC1 is #DF453E. Grayscale: #8C8C8C. Windows color (decimal): -14632255 or 12696096. OLE color: 12696096.

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

Color convert

RGB 32 186 193 -
CMYK 0.83 0.04 0 0.24
HSL 182.61º 0.72% 0.44% -
HSV(B) 182.61º 0.83% 0.76% -
XYZ 27.78 39.28 56.57 -
YUV 140.75 157.48 50.43 -
System Red Green Blue C M Y K H S L
Decimal 32 186 193 0.83 0.04 0 0.24 182.61 0.72 0.44
Hex 20 BA C1 53 4 0 18 B7 48 2C
Octal 40 272 301 123 4 0 30 267 110 54
Binary 100000 10111010 11000001 1010011 100 0 11000 10110111 1001000 101100

Color Harmonies of #20BAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BAC1

Black with #20BAC1

Text Example


Text Example

White with #20BAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,186,193); }

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

background-color css

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

 a { background-color: rgb(32,186,193); }

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

border-color css

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

 span { border-color: rgb(32,186,193); }

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