Html Css Color HEX #309C7F Gossamer

📋 copy color: '#309C7F'

red 48 ◦ green 156 ◦ blue 127

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

Shades of Gossamer #309C7F

Tints of Gossamer #309C7F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.13%

 BLUE value IS 127 (50% from 255) = 38.37%

R = 14.5%
G = 47.13%
B = 38.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#309C7F (or 0x309C7F) is known color: Gossamer. HEX triplet: 30, 9C and 7F. RGB value is (48,156,127). Sum of RGB (Red+Green+Blue) = 48+156+127=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #309C7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C7F is #CF6380. Grayscale: #787878. Windows color (decimal): -13591425 or 8363056. OLE color: 8363056.

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

Color convert

RGB 48 156 127 -
CMYK 0.69 0 0.19 0.39
HSL 163.89º 0.53% 0.4% -
HSV(B) 163.89º 0.69% 0.61% -
XYZ 16.94 25.94 24.19 -
YUV 120.4 131.72 76.36 -
System Red Green Blue C M Y K H S L
Decimal 48 156 127 0.69 0 0.19 0.39 163.89 0.53 0.4
Hex 30 9C 7F 45 0 13 27 A4 35 28
Octal 60 234 177 105 0 23 47 244 65 50
Binary 110000 10011100 1111111 1000101 0 10011 100111 10100100 110101 101000

Color Harmonies of #309C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309C7F

Black with #309C7F

Text Example


Text Example

White with #309C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,156,127); }

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

background-color css

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

 a { background-color: rgb(48,156,127); }

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

border-color css

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

 span { border-color: rgb(48,156,127); }

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