Html Css Color HEX #40998B Gossamer

📋 copy color: '#40998B'

red 64 ◦ green 153 ◦ blue 139

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

Shades of Gossamer #40998B

Tints of Gossamer #40998B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.98%

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 17.98%
G = 42.98%
B = 39.04%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#40998B (or 0x40998B) is known color: Gossamer. HEX triplet: 40, 99 and 8B. RGB value is (64,153,139). Sum of RGB (Red+Green+Blue) = 64+153+139=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #40998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40998B is #BF6674. Grayscale: #7C7C7C. Windows color (decimal): -12543605 or 9148736. OLE color: 9148736.

HSL color Cylindrical-coordinate representation of color #40998B: hue angle of 170.56º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40998B is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 139 -
CMYK 0.58 0 0.09 0.4
HSL 170.56º 0.41% 0.43% -
HSV(B) 170.56º 0.58% 0.6% -
XYZ 18.17 25.74 28.44 -
YUV 124.79 136.01 84.64 -
System Red Green Blue C M Y K H S L
Decimal 64 153 139 0.58 0 0.09 0.4 170.56 0.41 0.43
Hex 40 99 8B 3A 0 9 28 AB 29 2B
Octal 100 231 213 72 0 11 50 253 51 53
Binary 1000000 10011001 10001011 111010 0 1001 101000 10101011 101001 101011

Color Harmonies of #40998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40998B

Black with #40998B

Text Example


Text Example

White with #40998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40998B; }

 p { color: rgb(64,153,139); }

 H1.HeaderClassName
 {
   color: #40998B;
 }
 .AnyTagClassName
 {
   color: #40998B;
 }
</style>

background-color css

<style>
 a { background-color: #40998B; }

 a { background-color: rgb(64,153,139); }

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

border-color css

<style>
 span { border-color: #40998B; }

 span { border-color: rgb(64,153,139); }

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