Html Css Color HEX #20B4BC Light Sea Green

📋 copy color: '#20B4BC'

red 32 ◦ green 180 ◦ blue 188

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

Shades of Light Sea Green #20B4BC

Tints of Light Sea Green #20B4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45%

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

R = 8%
G = 45%
B = 47%

CMYK

 C value IS 0.83

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#20B4BC (or 0x20B4BC) is known color: Light Sea Green. HEX triplet: 20, B4 and BC. RGB value is (32,180,188). Sum of RGB (Red+Green+Blue) = 32+180+188=400 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #20B4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #20B4BC is #DF4B43. Grayscale: #888888. Windows color (decimal): -14633796 or 12366880. OLE color: 12366880.

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

Color convert

RGB 32 180 188 -
CMYK 0.83 0.04 0 0.26
HSL 183.08º 0.71% 0.43% -
HSV(B) 183.08º 0.83% 0.74% -
XYZ 25.99 36.58 53.27 -
YUV 136.66 156.97 53.35 -
System Red Green Blue C M Y K H S L
Decimal 32 180 188 0.83 0.04 0 0.26 183.08 0.71 0.43
Hex 20 B4 BC 53 4 0 1A B7 47 2B
Octal 40 264 274 123 4 0 32 267 107 53
Binary 100000 10110100 10111100 1010011 100 0 11010 10110111 1000111 101011

Color Harmonies of #20B4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20B4BC

Black with #20B4BC

Text Example


Text Example

White with #20B4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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