Html Css Color HEX #20B0BA Light Sea Green

📋 copy color: '#20B0BA'

red 32 ◦ green 176 ◦ blue 186

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

Shades of Light Sea Green #20B0BA

Tints of Light Sea Green #20B0BA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.67%

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

R = 8.12%
G = 44.67%
B = 47.21%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#20B0BA (or 0x20B0BA) is known color: Light Sea Green. HEX triplet: 20, B0 and BA. RGB value is (32,176,186). Sum of RGB (Red+Green+Blue) = 32+176+186=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #20B0BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B0BA is #DF4F45. Grayscale: #858585. Windows color (decimal): -14634822 or 12234784. OLE color: 12234784.

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

Color convert

RGB 32 176 186 -
CMYK 0.83 0.05 0 0.27
HSL 183.9º 0.71% 0.43% -
HSV(B) 183.9º 0.83% 0.73% -
XYZ 24.98 34.9 51.87 -
YUV 134.08 157.29 55.19 -
System Red Green Blue C M Y K H S L
Decimal 32 176 186 0.83 0.05 0 0.27 183.9 0.71 0.43
Hex 20 B0 BA 53 5 0 1B B8 47 2B
Octal 40 260 272 123 5 0 33 270 107 53
Binary 100000 10110000 10111010 1010011 101 0 11011 10111000 1000111 101011

Color Harmonies of #20B0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B0BA

Black with #20B0BA

Text Example


Text Example

White with #20B0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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