Html Css Color HEX #20B1BD Light Sea Green

📋 copy color: '#20B1BD'

red 32 ◦ green 177 ◦ blue 189

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

Shades of Light Sea Green #20B1BD

Tints of Light Sea Green #20B1BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.49%

R = 8.04%
G = 44.47%
B = 47.49%

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

#20B1BD (or 0x20B1BD) is known color: Light Sea Green. HEX triplet: 20, B1 and BD. RGB value is (32,177,189). Sum of RGB (Red+Green+Blue) = 32+177+189=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 177 (69.53% from 255 or 44.47% from 398); Blue value is 189 (74.22% from 255 or 47.49% from 398); Max value from RGB is 189 - color contains mainly: blue. Hex color #20B1BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B1BD is #DF4E42. Grayscale: #868686. Windows color (decimal): -14634563 or 12431648. OLE color: 12431648.

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

Color convert

RGB 32 177 189 -
CMYK 0.83 0.06 0 0.26
HSL 184.59º 0.71% 0.43% -
HSV(B) 184.59º 0.83% 0.74% -
XYZ 25.5 35.43 53.64 -
YUV 135.01 158.46 54.52 -
System Red Green Blue C M Y K H S L
Decimal 32 177 189 0.83 0.06 0 0.26 184.59 0.71 0.43
Hex 20 B1 BD 53 6 0 1A B9 47 2B
Octal 40 261 275 123 6 0 32 271 107 53
Binary 100000 10110001 10111101 1010011 110 0 11010 10111001 1000111 101011

Color Harmonies of #20B1BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B1BD

Black with #20B1BD

Text Example


Text Example

White with #20B1BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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