Html Css Color HEX #20BBB0 Light Sea Green

📋 copy color: '#20BBB0'

red 32 ◦ green 187 ◦ blue 176

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

Shades of Light Sea Green #20BBB0

Tints of Light Sea Green #20BBB0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 47.34%

 BLUE value IS 176 (69.14% from 255) = 44.56%

R = 8.1%
G = 47.34%
B = 44.56%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#20BBB0 (or 0x20BBB0) is known color: Light Sea Green. HEX triplet: 20, BB and B0. RGB value is (32,187,176). Sum of RGB (Red+Green+Blue) = 32+187+176=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 187 (73.44% from 255 or 47.34% from 395); Blue value is 176 (69.14% from 255 or 44.56% from 395); Max value from RGB is 187 - color contains mainly: green. Hex color #20BBB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20BBB0 is #DF444F. Grayscale: #8B8B8B. Windows color (decimal): -14632016 or 11582240. OLE color: 11582240.

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

Color convert

RGB 32 187 176 -
CMYK 0.83 0 0.06 0.27
HSL 175.74º 0.71% 0.43% -
HSV(B) 175.74º 0.83% 0.73% -
XYZ 26.2 38.98 47.22 -
YUV 139.4 148.65 51.39 -
System Red Green Blue C M Y K H S L
Decimal 32 187 176 0.83 0 0.06 0.27 175.74 0.71 0.43
Hex 20 BB B0 53 0 6 1B B0 47 2B
Octal 40 273 260 123 0 6 33 260 107 53
Binary 100000 10111011 10110000 1010011 0 110 11011 10110000 1000111 101011

Color Harmonies of #20BBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20BBB0

Black with #20BBB0

Text Example


Text Example

White with #20BBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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