Html Css Color HEX #309681 Gossamer

📋 copy color: '#309681'

red 48 ◦ green 150 ◦ blue 129

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

Shades of Gossamer #309681

Tints of Gossamer #309681

RGB

 RED value IS 48 (19.14% from 255) = 14.68%

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

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 14.68%
G = 45.87%
B = 39.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#309681 (or 0x309681) is known color: Gossamer. HEX triplet: 30, 96 and 81. RGB value is (48,150,129). Sum of RGB (Red+Green+Blue) = 48+150+129=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #309681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309681 is #CF697E. Grayscale: #757575. Windows color (decimal): -13592959 or 8492592. OLE color: 8492592.

HSL color Cylindrical-coordinate representation of color #309681: hue angle of 167.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309681 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 150 129 -
CMYK 0.68 0 0.14 0.41
HSL 167.65º 0.52% 0.39% -
HSV(B) 167.65º 0.68% 0.59% -
XYZ 16.09 24.03 24.56 -
YUV 117.11 134.71 78.71 -
System Red Green Blue C M Y K H S L
Decimal 48 150 129 0.68 0 0.14 0.41 167.65 0.52 0.39
Hex 30 96 81 44 0 E 29 A8 34 27
Octal 60 226 201 104 0 16 51 250 64 47
Binary 110000 10010110 10000001 1000100 0 1110 101001 10101000 110100 100111

Color Harmonies of #309681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309681

Black with #309681

Text Example


Text Example

White with #309681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309681; }

 p { color: rgb(48,150,129); }

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

background-color css

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

 a { background-color: rgb(48,150,129); }

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

border-color css

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

 span { border-color: rgb(48,150,129); }

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