Html Css Color HEX #20B1C3 Light Sea Green

📋 copy color: '#20B1C3'

red 32 ◦ green 177 ◦ blue 195

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

Shades of Light Sea Green #20B1C3

Tints of Light Sea Green #20B1C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 48.27%

R = 7.92%
G = 43.81%
B = 48.27%

CMYK

 C value IS 0.84

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#20B1C3 (or 0x20B1C3) is known color: Light Sea Green. HEX triplet: 20, B1 and C3. RGB value is (32,177,195). Sum of RGB (Red+Green+Blue) = 32+177+195=404 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.92% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 195 (76.56% from 255 or 48.27% from 404); Max value from RGB is 195 - color contains mainly: blue. Hex color #20B1C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B1C3 is #DF4E3C. Grayscale: #878787. Windows color (decimal): -14634557 or 12824864. OLE color: 12824864.

HSL color Cylindrical-coordinate representation of color #20B1C3: hue angle of 186.63º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20B1C3 is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 32 177 195 -
CMYK 0.84 0.09 0 0.24
HSL 186.63º 0.72% 0.45% -
HSV(B) 186.63º 0.84% 0.76% -
XYZ 26.17 35.69 57.14 -
YUV 135.7 161.46 54.04 -
System Red Green Blue C M Y K H S L
Decimal 32 177 195 0.84 0.09 0 0.24 186.63 0.72 0.45
Hex 20 B1 C3 54 9 0 18 BB 48 2D
Octal 40 261 303 124 11 0 30 273 110 55
Binary 100000 10110001 11000011 1010100 1001 0 11000 10111011 1001000 101101

Color Harmonies of #20B1C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B1C3

Black with #20B1C3

Text Example


Text Example

White with #20B1C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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