Html Css Color HEX #309688 Gossamer

📋 copy color: '#309688'

red 48 ◦ green 150 ◦ blue 136

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

Shades of Gossamer #309688

Tints of Gossamer #309688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.72%

R = 14.37%
G = 44.91%
B = 40.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#309688 (or 0x309688) is known color: Gossamer. HEX triplet: 30, 96 and 88. RGB value is (48,150,136). Sum of RGB (Red+Green+Blue) = 48+150+136=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #309688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309688 is #CF6977. Grayscale: #757575. Windows color (decimal): -13592952 or 8951344. OLE color: 8951344.

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

Color convert

RGB 48 150 136 -
CMYK 0.68 0 0.09 0.41
HSL 171.76º 0.52% 0.39% -
HSV(B) 171.76º 0.68% 0.59% -
XYZ 16.57 24.22 27.09 -
YUV 117.91 138.21 78.14 -
System Red Green Blue C M Y K H S L
Decimal 48 150 136 0.68 0 0.09 0.41 171.76 0.52 0.39
Hex 30 96 88 44 0 9 29 AC 34 27
Octal 60 226 210 104 0 11 51 254 64 47
Binary 110000 10010110 10001000 1000100 0 1001 101001 10101100 110100 100111

Color Harmonies of #309688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309688

Black with #309688

Text Example


Text Example

White with #309688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309688; }

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

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

background-color css

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

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

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

border-color css

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

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

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