Html Css Color HEX #40AF98 Gossamer

📋 copy color: '#40AF98'

red 64 ◦ green 175 ◦ blue 152

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

Shades of Gossamer #40AF98

Tints of Gossamer #40AF98

RGB

 RED value IS 64 (25.39% from 255) = 16.37%

 GREEN value IS 175 (68.75% from 255) = 44.76%

 BLUE value IS 152 (59.77% from 255) = 38.87%

R = 16.37%
G = 44.76%
B = 38.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#40AF98 (or 0x40AF98) is known color: Gossamer. HEX triplet: 40, AF and 98. RGB value is (64,175,152). Sum of RGB (Red+Green+Blue) = 64+175+152=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 152 (59.77% from 255 or 38.87% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AF98 is #BF5067. Grayscale: #8B8B8B. Windows color (decimal): -12537960 or 10006336. OLE color: 10006336.

HSL color Cylindrical-coordinate representation of color #40AF98: hue angle of 167.57º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF98 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 64 175 152 -
CMYK 0.63 0 0.13 0.31
HSL 167.57º 0.46% 0.47% -
HSV(B) 167.57º 0.63% 0.69% -
XYZ 23.11 34.02 35.05 -
YUV 139.19 135.23 74.37 -
System Red Green Blue C M Y K H S L
Decimal 64 175 152 0.63 0 0.13 0.31 167.57 0.46 0.47
Hex 40 AF 98 3F 0 D 1F A8 2E 2F
Octal 100 257 230 77 0 15 37 250 56 57
Binary 1000000 10101111 10011000 111111 0 1101 11111 10101000 101110 101111

Color Harmonies of #40AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AF98

Black with #40AF98

Text Example


Text Example

White with #40AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40AF98; }

 p { color: rgb(64,175,152); }

 H1.HeaderClassName
 {
   color: #40AF98;
 }
 .AnyTagClassName
 {
   color: #40AF98;
 }
</style>

background-color css

<style>
 a { background-color: #40AF98; }

 a { background-color: rgb(64,175,152); }

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

border-color css

<style>
 span { border-color: #40AF98; }

 span { border-color: rgb(64,175,152); }

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