#45B08C

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

Shades of Gossamer #45B08C

Tints of Gossamer #45B08C

Color information

#45B08C (or 0x45B08C) is unknown color: approx Gossamer. HEX triplet: 45, B0 and 8C. RGB value is (69,176,140). Sum of RGB (Red+Green+Blue) = 69+176+140=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 176 (69.14% from 255 or 45.71% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 176 - color contains mainly: green. Hex color #45B08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45B08C is #BA4F73. Grayscale: #8B8B8B. Windows color (decimal): -12210036 or 9220165. OLE color: 9220165.

HSL color Cylindrical-coordinate representation of color #45B08C: hue angle of 159.81º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B08C is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB69176140-
CMYK0.6100.200.31
HSL159.81º43.67%48.04%-
HSV(B)159.81º60.8%69.02%-
XYZ22.7134.2130.22-
YUV139.9128.0577.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 17.92%
GREEN value IS 176 (69.14% from 255) = 45.71%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=17.92%
G=45.71%
B=36.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal691761400.6100.200.31159.8143.6748.04
Hex45B08C3D0141Fa02c30
Octal10526021475024372405460
Binary100010110110000100011001111010101001111110100000101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45B08C; }

 p { color: rgb(69,176,140); }

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

<style>
 a { background-color: #45B08C; }

 a { background-color: rgb(69,176,140); }

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

<style>
 span { border-color: #45B08C; }

 span { border-color: rgb(69,176,140); }

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