Html Css Color HEX #309683 Gossamer

📋 copy color: '#309683'

red 48 ◦ green 150 ◦ blue 131

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

Shades of Gossamer #309683

Tints of Gossamer #309683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.82%

R = 14.59%
G = 45.59%
B = 39.82%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#309683 (or 0x309683) is known color: Gossamer. HEX triplet: 30, 96 and 83. RGB value is (48,150,131). Sum of RGB (Red+Green+Blue) = 48+150+131=329 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.59% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #309683 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309683 is #CF697C. Grayscale: #757575. Windows color (decimal): -13592957 or 8623664. OLE color: 8623664.

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

Color convert

RGB 48 150 131 -
CMYK 0.68 0 0.13 0.41
HSL 168.82º 0.52% 0.39% -
HSV(B) 168.82º 0.68% 0.59% -
XYZ 16.22 24.08 25.27 -
YUV 117.34 135.71 78.54 -
System Red Green Blue C M Y K H S L
Decimal 48 150 131 0.68 0 0.13 0.41 168.82 0.52 0.39
Hex 30 96 83 44 0 D 29 A9 34 27
Octal 60 226 203 104 0 15 51 251 64 47
Binary 110000 10010110 10000011 1000100 0 1101 101001 10101001 110100 100111

Color Harmonies of #309683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309683

Black with #309683

Text Example


Text Example

White with #309683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309683; }

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

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

background-color css

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

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

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

border-color css

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

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

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