Html Css Color HEX #309C7B Gossamer

📋 copy color: '#309C7B'

red 48 ◦ green 156 ◦ blue 123

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

Shades of Gossamer #309C7B

Tints of Gossamer #309C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.61%

R = 14.68%
G = 47.71%
B = 37.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#309C7B (or 0x309C7B) is known color: Gossamer. HEX triplet: 30, 9C and 7B. RGB value is (48,156,123). Sum of RGB (Red+Green+Blue) = 48+156+123=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 156 (61.33% from 255 or 47.71% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 156 - color contains mainly: green. Hex color #309C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #309C7B is #CF6384. Grayscale: #777777. Windows color (decimal): -13591429 or 8100912. OLE color: 8100912.

HSL color Cylindrical-coordinate representation of color #309C7B: hue angle of 161.67º 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 #309C7B is Cyan = 0.69, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 48 156 123 -
CMYK 0.69 0 0.21 0.39
HSL 161.67º 0.53% 0.4% -
HSV(B) 161.67º 0.69% 0.61% -
XYZ 16.68 25.84 22.85 -
YUV 119.95 129.72 76.68 -
System Red Green Blue C M Y K H S L
Decimal 48 156 123 0.69 0 0.21 0.39 161.67 0.53 0.4
Hex 30 9C 7B 45 0 15 27 A2 35 28
Octal 60 234 173 105 0 25 47 242 65 50
Binary 110000 10011100 1111011 1000101 0 10101 100111 10100010 110101 101000

Color Harmonies of #309C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309C7B

Black with #309C7B

Text Example


Text Example

White with #309C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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