Html Css Color HEX #289682 Gossamer

📋 copy color: '#289682'

red 40 ◦ green 150 ◦ blue 130

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

Shades of Gossamer #289682

Tints of Gossamer #289682

RGB

 RED value IS 40 (16.02% from 255) = 12.5%

 GREEN value IS 150 (58.98% from 255) = 46.88%

 BLUE value IS 130 (51.17% from 255) = 40.63%

R = 12.5%
G = 46.88%
B = 40.63%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#289682 (or 0x289682) is known color: Gossamer. HEX triplet: 28, 96 and 82. RGB value is (40,150,130). Sum of RGB (Red+Green+Blue) = 40+150+130=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #289682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289682 is #D7697D. Grayscale: #727272. Windows color (decimal): -14117246 or 8558120. OLE color: 8558120.

HSL color Cylindrical-coordinate representation of color #289682: hue angle of 169.09º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289682 is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 150 130 -
CMYK 0.73 0 0.13 0.41
HSL 169.09º 0.58% 0.37% -
HSV(B) 169.09º 0.73% 0.59% -
XYZ 15.81 23.88 24.89 -
YUV 114.83 136.56 74.63 -
System Red Green Blue C M Y K H S L
Decimal 40 150 130 0.73 0 0.13 0.41 169.09 0.58 0.37
Hex 28 96 82 49 0 D 29 A9 3A 25
Octal 50 226 202 111 0 15 51 251 72 45
Binary 101000 10010110 10000010 1001001 0 1101 101001 10101001 111010 100101

Color Harmonies of #289682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #289682

Black with #289682

Text Example


Text Example

White with #289682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #289682; }

 p { color: rgb(40,150,130); }

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

background-color css

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

 a { background-color: rgb(40,150,130); }

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

border-color css

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

 span { border-color: rgb(40,150,130); }

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