Html Css Color HEX #20B2BE Light Sea Green

📋 copy color: '#20B2BE'

red 32 ◦ green 178 ◦ blue 190

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

Shades of Light Sea Green #20B2BE

Tints of Light Sea Green #20B2BE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.5%

 BLUE value IS 190 (74.61% from 255) = 47.5%

R = 8%
G = 44.5%
B = 47.5%

CMYK

 C value IS 0.83

 M value IS 0.06

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#20B2BE (or 0x20B2BE) is known color: Light Sea Green. HEX triplet: 20, B2 and BE. RGB value is (32,178,190). Sum of RGB (Red+Green+Blue) = 32+178+190=400 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #20B2BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B2BE is #DF4D41. Grayscale: #878787. Windows color (decimal): -14634306 or 12497440. OLE color: 12497440.

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

Color convert

RGB 32 178 190 -
CMYK 0.83 0.06 0 0.25
HSL 184.56º 0.71% 0.44% -
HSV(B) 184.56º 0.83% 0.75% -
XYZ 25.81 35.87 54.28 -
YUV 135.71 158.63 54.02 -
System Red Green Blue C M Y K H S L
Decimal 32 178 190 0.83 0.06 0 0.25 184.56 0.71 0.44
Hex 20 B2 BE 53 6 0 19 B9 47 2C
Octal 40 262 276 123 6 0 31 271 107 54
Binary 100000 10110010 10111110 1010011 110 0 11001 10111001 1000111 101100

Color Harmonies of #20B2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B2BE

Black with #20B2BE

Text Example


Text Example

White with #20B2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,178,190); }

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

background-color css

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

 a { background-color: rgb(32,178,190); }

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

border-color css

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

 span { border-color: rgb(32,178,190); }

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