Html Css Color HEX #4BAB8D Gossamer

📋 copy color: '#4BAB8D'

red 75 ◦ green 171 ◦ blue 141

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

Shades of Gossamer #4BAB8D

Tints of Gossamer #4BAB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 19.38%
G = 44.19%
B = 36.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#4BAB8D (or 0x4BAB8D) is known color: Gossamer. HEX triplet: 4B, AB and 8D. RGB value is (75,171,141). Sum of RGB (Red+Green+Blue) = 75+171+141=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAB8D is #B45472. Grayscale: #8A8A8A. Windows color (decimal): -11818099 or 9284427. OLE color: 9284427.

HSL color Cylindrical-coordinate representation of color #4BAB8D: hue angle of 161.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAB8D is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 171 141 -
CMYK 0.56 0 0.18 0.33
HSL 161.25º 0.39% 0.48% -
HSV(B) 161.25º 0.56% 0.67% -
XYZ 22.27 32.54 30.31 -
YUV 138.88 129.2 82.44 -
System Red Green Blue C M Y K H S L
Decimal 75 171 141 0.56 0 0.18 0.33 161.25 0.39 0.48
Hex 4B AB 8D 38 0 12 21 A1 27 30
Octal 113 253 215 70 0 22 41 241 47 60
Binary 1001011 10101011 10001101 111000 0 10010 100001 10100001 100111 110000

Color Harmonies of #4BAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BAB8D

Black with #4BAB8D

Text Example


Text Example

White with #4BAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,171,141); }

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

background-color css

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

 a { background-color: rgb(75,171,141); }

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

border-color css

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

 span { border-color: rgb(75,171,141); }

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