Html Css Color HEX #309989 Gossamer

📋 copy color: '#309989'

red 48 ◦ green 153 ◦ blue 137

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

Shades of Gossamer #309989

Tints of Gossamer #309989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.27%

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

R = 14.2%
G = 45.27%
B = 40.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#309989 (or 0x309989) is known color: Gossamer. HEX triplet: 30, 99 and 89. RGB value is (48,153,137). Sum of RGB (Red+Green+Blue) = 48+153+137=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #309989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309989 is #CF6676. Grayscale: #777777. Windows color (decimal): -13592183 or 9017648. OLE color: 9017648.

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

Color convert

RGB 48 153 137 -
CMYK 0.69 0 0.10 0.4
HSL 170.86º 0.52% 0.39% -
HSV(B) 170.86º 0.69% 0.6% -
XYZ 17.13 25.22 27.63 -
YUV 119.78 137.71 76.8 -
System Red Green Blue C M Y K H S L
Decimal 48 153 137 0.69 0 0.10 0.4 170.86 0.52 0.39
Hex 30 99 89 45 0 A 28 AB 34 27
Octal 60 231 211 105 0 12 50 253 64 47
Binary 110000 10011001 10001001 1000101 0 1010 101000 10101011 110100 100111

Color Harmonies of #309989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309989

Black with #309989

Text Example


Text Example

White with #309989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309989; }

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

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

background-color css

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

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

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

border-color css

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

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

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