Html Css Color HEX #20B1BC Light Sea Green

📋 copy color: '#20B1BC'

red 32 ◦ green 177 ◦ blue 188

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

Shades of Light Sea Green #20B1BC

Tints of Light Sea Green #20B1BC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.58%

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 8.06%
G = 44.58%
B = 47.36%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#20B1BC (or 0x20B1BC) is known color: Light Sea Green. HEX triplet: 20, B1 and BC. RGB value is (32,177,188). Sum of RGB (Red+Green+Blue) = 32+177+188=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #20B1BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B1BC is #DF4E43. Grayscale: #868686. Windows color (decimal): -14634564 or 12366112. OLE color: 12366112.

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

Color convert

RGB 32 177 188 -
CMYK 0.83 0.06 0 0.26
HSL 184.23º 0.71% 0.43% -
HSV(B) 184.23º 0.83% 0.74% -
XYZ 25.39 35.38 53.07 -
YUV 134.9 157.96 54.61 -
System Red Green Blue C M Y K H S L
Decimal 32 177 188 0.83 0.06 0 0.26 184.23 0.71 0.43
Hex 20 B1 BC 53 6 0 1A B8 47 2B
Octal 40 261 274 123 6 0 32 270 107 53
Binary 100000 10110001 10111100 1010011 110 0 11010 10111000 1000111 101011

Color Harmonies of #20B1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B1BC

Black with #20B1BC

Text Example


Text Example

White with #20B1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,177,188); }

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

background-color css

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

 a { background-color: rgb(32,177,188); }

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

border-color css

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

 span { border-color: rgb(32,177,188); }

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