Html Css Color HEX #45B088 Gossamer

📋 copy color: '#45B088'

red 69 ◦ green 176 ◦ blue 136

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

Shades of Gossamer #45B088

Tints of Gossamer #45B088

RGB

 RED value IS 69 (27.34% from 255) = 18.11%

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

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 18.11%
G = 46.19%
B = 35.7%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#45B088 (or 0x45B088) is known color: Gossamer. HEX triplet: 45, B0 and 88. RGB value is (69,176,136). Sum of RGB (Red+Green+Blue) = 69+176+136=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 176 - color contains mainly: green. Hex color #45B088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #45B088 is #BA4F77. Grayscale: #8B8B8B. Windows color (decimal): -12210040 or 8958021. OLE color: 8958021.

HSL color Cylindrical-coordinate representation of color #45B088: hue angle of 157.57º 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 #45B088 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 69 176 136 -
CMYK 0.61 0 0.23 0.31
HSL 157.57º 0.44% 0.48% -
HSV(B) 157.57º 0.61% 0.69% -
XYZ 22.42 34.09 28.69 -
YUV 139.45 126.05 77.75 -
System Red Green Blue C M Y K H S L
Decimal 69 176 136 0.61 0 0.23 0.31 157.57 0.44 0.48
Hex 45 B0 88 3D 0 17 1F 9E 2C 30
Octal 105 260 210 75 0 27 37 236 54 60
Binary 1000101 10110000 10001000 111101 0 10111 11111 10011110 101100 110000

Color Harmonies of #45B088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45B088

Black with #45B088

Text Example


Text Example

White with #45B088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #45B088;
 }
 .AnyTagClassName
 {
   color: #45B088;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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