Html Css Color HEX #4BAD8C Gossamer

📋 copy color: '#4BAD8C'

red 75 ◦ green 173 ◦ blue 140

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

Shades of Gossamer #4BAD8C

Tints of Gossamer #4BAD8C

RGB

 RED value IS 75 (29.69% from 255) = 19.33%

 GREEN value IS 173 (67.97% from 255) = 44.59%

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 19.33%
G = 44.59%
B = 36.08%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#4BAD8C (or 0x4BAD8C) is known color: Gossamer. HEX triplet: 4B, AD and 8C. RGB value is (75,173,140). Sum of RGB (Red+Green+Blue) = 75+173+140=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #4BAD8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAD8C is #B45273. Grayscale: #8B8B8B. Windows color (decimal): -11817588 or 9219403. OLE color: 9219403.

HSL color Cylindrical-coordinate representation of color #4BAD8C: hue angle of 159.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BAD8C is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 173 140 -
CMYK 0.57 0 0.19 0.32
HSL 159.8º 0.4% 0.49% -
HSV(B) 159.8º 0.57% 0.68% -
XYZ 22.58 33.28 30.04 -
YUV 139.94 128.03 81.68 -
System Red Green Blue C M Y K H S L
Decimal 75 173 140 0.57 0 0.19 0.32 159.8 0.4 0.49
Hex 4B AD 8C 39 0 13 20 A0 28 31
Octal 113 255 214 71 0 23 40 240 50 61
Binary 1001011 10101101 10001100 111001 0 10011 100000 10100000 101000 110001

Color Harmonies of #4BAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAD8C

Black with #4BAD8C

Text Example


Text Example

White with #4BAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BAD8C; }

 p { color: rgb(75,173,140); }

 H1.HeaderClassName
 {
   color: #4BAD8C;
 }
 .AnyTagClassName
 {
   color: #4BAD8C;
 }
</style>

background-color css

<style>
 a { background-color: #4BAD8C; }

 a { background-color: rgb(75,173,140); }

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

border-color css

<style>
 span { border-color: #4BAD8C; }

 span { border-color: rgb(75,173,140); }

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