Html Css Color HEX #309684 Gossamer

📋 copy color: '#309684'

red 48 ◦ green 150 ◦ blue 132

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

Shades of Gossamer #309684

Tints of Gossamer #309684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40%

R = 14.55%
G = 45.45%
B = 40%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#309684 (or 0x309684) is known color: Gossamer. HEX triplet: 30, 96 and 84. RGB value is (48,150,132). Sum of RGB (Red+Green+Blue) = 48+150+132=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #309684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309684 is #CF697B. Grayscale: #757575. Windows color (decimal): -13592956 or 8689200. OLE color: 8689200.

HSL color Cylindrical-coordinate representation of color #309684: hue angle of 169.41º 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 #309684 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 150 132 -
CMYK 0.68 0 0.12 0.41
HSL 169.41º 0.52% 0.39% -
HSV(B) 169.41º 0.68% 0.59% -
XYZ 16.29 24.11 25.62 -
YUV 117.45 136.21 78.46 -
System Red Green Blue C M Y K H S L
Decimal 48 150 132 0.68 0 0.12 0.41 169.41 0.52 0.39
Hex 30 96 84 44 0 C 29 A9 34 27
Octal 60 226 204 104 0 14 51 251 64 47
Binary 110000 10010110 10000100 1000100 0 1100 101001 10101001 110100 100111

Color Harmonies of #309684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309684

Black with #309684

Text Example


Text Example

White with #309684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309684; }

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

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

background-color css

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

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

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

border-color css

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

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

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