Html Css Color HEX #259380 Gossamer

📋 copy color: '#259380'

red 37 ◦ green 147 ◦ blue 128

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

Shades of Gossamer #259380

Tints of Gossamer #259380

RGB

 RED value IS 37 (14.84% from 255) = 11.86%

 GREEN value IS 147 (57.81% from 255) = 47.12%

 BLUE value IS 128 (50.39% from 255) = 41.03%

R = 11.86%
G = 47.12%
B = 41.03%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#259380 (or 0x259380) is known color: Gossamer. HEX triplet: 25, 93 and 80. RGB value is (37,147,128). Sum of RGB (Red+Green+Blue) = 37+147+128=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #259380 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259380 is #DA6C7F. Grayscale: #6F6F6F. Windows color (decimal): -14314624 or 8426277. OLE color: 8426277.

HSL color Cylindrical-coordinate representation of color #259380: hue angle of 169.64º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #259380 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 37 147 128 -
CMYK 0.75 0 0.13 0.42
HSL 169.64º 0.6% 0.36% -
HSV(B) 169.64º 0.75% 0.58% -
XYZ 15.09 22.82 24.03 -
YUV 111.94 137.06 74.54 -
System Red Green Blue C M Y K H S L
Decimal 37 147 128 0.75 0 0.13 0.42 169.64 0.6 0.36
Hex 25 93 80 4B 0 D 2A AA 3C 24
Octal 45 223 200 113 0 15 52 252 74 44
Binary 100101 10010011 10000000 1001011 0 1101 101010 10101010 111100 100100

Color Harmonies of #259380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259380

Black with #259380

Text Example


Text Example

White with #259380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259380; }

 p { color: rgb(37,147,128); }

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

background-color css

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

 a { background-color: rgb(37,147,128); }

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

border-color css

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

 span { border-color: rgb(37,147,128); }

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