Html Css Color HEX #309288 Gossamer

📋 copy color: '#309288'

red 48 ◦ green 146 ◦ blue 136

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

Shades of Gossamer #309288

Tints of Gossamer #309288

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.24%

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

R = 14.55%
G = 44.24%
B = 41.21%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.43

RGB Variations

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

Color information

#309288 (or 0x309288) is known color: Gossamer. HEX triplet: 30, 92 and 88. RGB value is (48,146,136). Sum of RGB (Red+Green+Blue) = 48+146+136=330 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.55% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 146 - color contains mainly: green. Hex color #309288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309288 is #CF6D77. Grayscale: #737373. Windows color (decimal): -13593976 or 8950320. OLE color: 8950320.

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

Color convert

RGB 48 146 136 -
CMYK 0.67 0 0.07 0.43
HSL 173.88º 0.51% 0.38% -
HSV(B) 173.88º 0.67% 0.57% -
XYZ 15.94 22.96 26.88 -
YUV 115.56 139.53 79.81 -
System Red Green Blue C M Y K H S L
Decimal 48 146 136 0.67 0 0.07 0.43 173.88 0.51 0.38
Hex 30 92 88 43 0 7 2B AE 33 26
Octal 60 222 210 103 0 7 53 256 63 46
Binary 110000 10010010 10001000 1000011 0 111 101011 10101110 110011 100110

Color Harmonies of #309288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309288

Black with #309288

Text Example


Text Example

White with #309288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309288; }

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

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

background-color css

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

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

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

border-color css

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

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

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