Html Css Color HEX #308E80 Gossamer

📋 copy color: '#308E80'

red 48 ◦ green 142 ◦ blue 128

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

Shades of Gossamer #308E80

Tints of Gossamer #308E80

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.65%

 BLUE value IS 128 (50.39% from 255) = 40.25%

R = 15.09%
G = 44.65%
B = 40.25%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#308E80 (or 0x308E80) is known color: Gossamer. HEX triplet: 30, 8E and 80. RGB value is (48,142,128). Sum of RGB (Red+Green+Blue) = 48+142+128=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 142 (55.86% from 255 or 44.65% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 142 - color contains mainly: green. Hex color #308E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308E80 is #CF717F. Grayscale: #707070. Windows color (decimal): -13595008 or 8425008. OLE color: 8425008.

HSL color Cylindrical-coordinate representation of color #308E80: hue angle of 171.06º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E80 is Cyan = 0.66, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 142 128 -
CMYK 0.66 0 0.10 0.44
HSL 171.06º 0.49% 0.37% -
HSV(B) 171.06º 0.66% 0.56% -
XYZ 14.79 21.53 23.8 -
YUV 112.3 136.86 82.14 -
System Red Green Blue C M Y K H S L
Decimal 48 142 128 0.66 0 0.10 0.44 171.06 0.49 0.37
Hex 30 8E 80 42 0 A 2C AB 31 25
Octal 60 216 200 102 0 12 54 253 61 45
Binary 110000 10001110 10000000 1000010 0 1010 101100 10101011 110001 100101

Color Harmonies of #308E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308E80

Black with #308E80

Text Example


Text Example

White with #308E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308E80; }

 p { color: rgb(48,142,128); }

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

background-color css

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

 a { background-color: rgb(48,142,128); }

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

border-color css

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

 span { border-color: rgb(48,142,128); }

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