Html Css Color HEX #309D8B Gossamer

📋 copy color: '#309D8B'

red 48 ◦ green 157 ◦ blue 139

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

Shades of Gossamer #309D8B

Tints of Gossamer #309D8B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.64%

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 13.95%
G = 45.64%
B = 40.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#309D8B (or 0x309D8B) is known color: Gossamer. HEX triplet: 30, 9D and 8B. RGB value is (48,157,139). Sum of RGB (Red+Green+Blue) = 48+157+139=344 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.95% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #309D8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309D8B is #CF6274. Grayscale: #7A7A7A. Windows color (decimal): -13591157 or 9149744. OLE color: 9149744.

HSL color Cylindrical-coordinate representation of color #309D8B: hue angle of 170.09º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309D8B is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 48 157 139 -
CMYK 0.69 0 0.11 0.38
HSL 170.09º 0.53% 0.4% -
HSV(B) 170.09º 0.69% 0.62% -
XYZ 17.94 26.61 28.62 -
YUV 122.36 137.39 74.96 -
System Red Green Blue C M Y K H S L
Decimal 48 157 139 0.69 0 0.11 0.38 170.09 0.53 0.4
Hex 30 9D 8B 45 0 B 26 AA 35 28
Octal 60 235 213 105 0 13 46 252 65 50
Binary 110000 10011101 10001011 1000101 0 1011 100110 10101010 110101 101000

Color Harmonies of #309D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309D8B

Black with #309D8B

Text Example


Text Example

White with #309D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309D8B; }

 p { color: rgb(48,157,139); }

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

background-color css

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

 a { background-color: rgb(48,157,139); }

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

border-color css

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

 span { border-color: rgb(48,157,139); }

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