Html Css Color HEX #20B2BC Light Sea Green

📋 copy color: '#20B2BC'

red 32 ◦ green 178 ◦ blue 188

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

Shades of Light Sea Green #20B2BC

Tints of Light Sea Green #20B2BC

RGB

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

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

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

R = 8.04%
G = 44.72%
B = 47.24%

CMYK

 C value IS 0.83

 M value IS 0.05

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#20B2BC (or 0x20B2BC) is known color: Light Sea Green. HEX triplet: 20, B2 and BC. RGB value is (32,178,188). Sum of RGB (Red+Green+Blue) = 32+178+188=398 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.04% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #20B2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #20B2BC is #DF4D43. Grayscale: #878787. Windows color (decimal): -14634308 or 12366368. OLE color: 12366368.

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

Color convert

RGB 32 178 188 -
CMYK 0.83 0.05 0 0.26
HSL 183.85º 0.71% 0.43% -
HSV(B) 183.85º 0.83% 0.74% -
XYZ 25.59 35.78 53.13 -
YUV 135.49 157.63 54.19 -
System Red Green Blue C M Y K H S L
Decimal 32 178 188 0.83 0.05 0 0.26 183.85 0.71 0.43
Hex 20 B2 BC 53 5 0 1A B8 47 2B
Octal 40 262 274 123 5 0 32 270 107 53
Binary 100000 10110010 10111100 1010011 101 0 11010 10111000 1000111 101011

Color Harmonies of #20B2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B2BC

Black with #20B2BC

Text Example


Text Example

White with #20B2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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