Html Css Color HEX #20B3BA Light Sea Green

📋 copy color: '#20B3BA'

red 32 ◦ green 179 ◦ blue 186

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

Shades of Light Sea Green #20B3BA

Tints of Light Sea Green #20B3BA

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.09%

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 8.06%
G = 45.09%
B = 46.85%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#20B3BA (or 0x20B3BA) is known color: Light Sea Green. HEX triplet: 20, B3 and BA. RGB value is (32,179,186). Sum of RGB (Red+Green+Blue) = 32+179+186=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #20B3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B3BA is #DF4C45. Grayscale: #878787. Windows color (decimal): -14634054 or 12235552. OLE color: 12235552.

HSL color Cylindrical-coordinate representation of color #20B3BA: hue angle of 182.73º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20B3BA is Cyan = 0.83, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 32 179 186 -
CMYK 0.83 0.04 0 0.27
HSL 182.73º 0.71% 0.43% -
HSV(B) 182.73º 0.83% 0.73% -
XYZ 25.58 36.09 52.07 -
YUV 135.85 156.3 53.93 -
System Red Green Blue C M Y K H S L
Decimal 32 179 186 0.83 0.04 0 0.27 182.73 0.71 0.43
Hex 20 B3 BA 53 4 0 1B B7 47 2B
Octal 40 263 272 123 4 0 33 267 107 53
Binary 100000 10110011 10111010 1010011 100 0 11011 10110111 1000111 101011

Color Harmonies of #20B3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B3BA

Black with #20B3BA

Text Example


Text Example

White with #20B3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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