Html Css Color HEX #309889 Gossamer

📋 copy color: '#309889'

red 48 ◦ green 152 ◦ blue 137

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

Shades of Gossamer #309889

Tints of Gossamer #309889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.1%

 BLUE value IS 137 (53.91% from 255) = 40.65%

R = 14.24%
G = 45.1%
B = 40.65%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#309889 (or 0x309889) is known color: Gossamer. HEX triplet: 30, 98 and 89. RGB value is (48,152,137). Sum of RGB (Red+Green+Blue) = 48+152+137=337 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.24% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #309889 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309889 is #CF6776. Grayscale: #777777. Windows color (decimal): -13592439 or 9017392. OLE color: 9017392.

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

Color convert

RGB 48 152 137 -
CMYK 0.68 0 0.10 0.40
HSL 171.35º 0.52% 0.39% -
HSV(B) 171.35º 0.68% 0.6% -
XYZ 16.96 24.89 27.58 -
YUV 119.19 138.04 77.22 -
System Red Green Blue C M Y K H S L
Decimal 48 152 137 0.68 0 0.10 0.40 171.35 0.52 0.39
Hex 30 98 89 44 0 A 28 AB 34 27
Octal 60 230 211 104 0 12 50 253 64 47
Binary 110000 10011000 10001001 1000100 0 1010 101000 10101011 110100 100111

Color Harmonies of #309889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309889

Black with #309889

Text Example


Text Example

White with #309889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309889; }

 p { color: rgb(48,152,137); }

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

background-color css

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

 a { background-color: rgb(48,152,137); }

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

border-color css

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

 span { border-color: rgb(48,152,137); }

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