Html Css Color HEX #40B092 Gossamer

📋 copy color: '#40B092'

red 64 ◦ green 176 ◦ blue 146

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

Shades of Gossamer #40B092

Tints of Gossamer #40B092

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.6%

 BLUE value IS 146 (57.42% from 255) = 37.82%

R = 16.58%
G = 45.6%
B = 37.82%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#40B092 (or 0x40B092) is known color: Gossamer. HEX triplet: 40, B0 and 92. RGB value is (64,176,146). Sum of RGB (Red+Green+Blue) = 64+176+146=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #40B092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B092 is #BF4F6D. Grayscale: #8B8B8B. Windows color (decimal): -12537710 or 9613376. OLE color: 9613376.

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

Color convert

RGB 64 176 146 -
CMYK 0.64 0 0.17 0.31
HSL 163.93º 0.47% 0.47% -
HSV(B) 163.93º 0.64% 0.69% -
XYZ 22.83 34.22 32.6 -
YUV 139.09 131.89 74.44 -
System Red Green Blue C M Y K H S L
Decimal 64 176 146 0.64 0 0.17 0.31 163.93 0.47 0.47
Hex 40 B0 92 40 0 11 1F A4 2F 2F
Octal 100 260 222 100 0 21 37 244 57 57
Binary 1000000 10110000 10010010 1000000 0 10001 11111 10100100 101111 101111

Color Harmonies of #40B092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B092

Black with #40B092

Text Example


Text Example

White with #40B092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,176,146); }

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

background-color css

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

 a { background-color: rgb(64,176,146); }

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

border-color css

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

 span { border-color: rgb(64,176,146); }

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