Html Css Color HEX #309388 Gossamer

📋 copy color: '#309388'

red 48 ◦ green 147 ◦ blue 136

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

Shades of Gossamer #309388

Tints of Gossamer #309388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

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

R = 14.5%
G = 44.41%
B = 41.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#309388 (or 0x309388) is known color: Gossamer. HEX triplet: 30, 93 and 88. RGB value is (48,147,136). Sum of RGB (Red+Green+Blue) = 48+147+136=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #309388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309388 is #CF6C77. Grayscale: #747474. Windows color (decimal): -13593720 or 8950576. OLE color: 8950576.

HSL color Cylindrical-coordinate representation of color #309388: hue angle of 173.33º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #309388 is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 147 136 -
CMYK 0.67 0 0.07 0.42
HSL 173.33º 0.51% 0.38% -
HSV(B) 173.33º 0.67% 0.58% -
XYZ 16.1 23.27 26.94 -
YUV 116.15 139.2 79.39 -
System Red Green Blue C M Y K H S L
Decimal 48 147 136 0.67 0 0.07 0.42 173.33 0.51 0.38
Hex 30 93 88 43 0 7 2A AD 33 26
Octal 60 223 210 103 0 7 52 255 63 46
Binary 110000 10010011 10001000 1000011 0 111 101010 10101101 110011 100110

Color Harmonies of #309388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309388

Black with #309388

Text Example


Text Example

White with #309388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309388; }

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

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

background-color css

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

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

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

border-color css

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

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

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