#26977B

Color #26977B Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #26977B

Tints of Gossamer #26977B

Color information

#26977B (or 0x26977B) is unknown color: approx Gossamer. HEX triplet: 26, 97 and 7B. RGB value is (38,151,123). Sum of RGB (Red+Green+Blue) = 38+151+123=312 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.18% from 312); Green value is 151 (59.38% from 255 or 48.40% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 151 - color contains mainly: green. Hex color #26977B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26977B is #D96884. Grayscale: #727272. Windows color (decimal): -14248069 or 8099622. OLE color: 8099622.

HSL color Cylindrical-coordinate representation of color #26977B: hue angle of 165.13º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26977B is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB38151123-
CMYK0.7500.190.41
HSL165.13º59.79%37.06%-
HSV(B)165.13º74.83%59.22%-
XYZ15.4423.9822.55-
YUV114.02133.0673.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.18%
GREEN value IS 151 (59.38% from 255) = 48.40%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=12.18%
G=48.40%
B=39.42%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal381511230.7500.190.41165.1359.7937.06
Hex26977B4B01329a53c25
Octal46227173113023512457445
Binary100110100101111111011100101101001110100110100101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26977B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,151,123); }

 H1.HeaderClassName
 {
   color: #26977B;
 }
 .AnyTagClassName
 {
   color: #26977B;
 }
</style>
background-color css

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

 a { background-color: rgb(38,151,123); }

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

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

 span { border-color: rgb(38,151,123); }

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