Html Css Color HEX #309982 Gossamer

📋 copy color: '#309982'

red 48 ◦ green 153 ◦ blue 130

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

Shades of Gossamer #309982

Tints of Gossamer #309982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.22%

 BLUE value IS 130 (51.17% from 255) = 39.27%

R = 14.5%
G = 46.22%
B = 39.27%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.4

RGB Variations

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

Color information

#309982 (or 0x309982) is known color: Gossamer. HEX triplet: 30, 99 and 82. RGB value is (48,153,130). Sum of RGB (Red+Green+Blue) = 48+153+130=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 130 (51.17% from 255 or 39.27% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #309982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #309982 is #CF667D. Grayscale: #767676. Windows color (decimal): -13592190 or 8558896. OLE color: 8558896.

HSL color Cylindrical-coordinate representation of color #309982: hue angle of 166.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #309982 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB 48 153 130 -
CMYK 0.69 0 0.15 0.4
HSL 166.86º 0.52% 0.39% -
HSV(B) 166.86º 0.69% 0.6% -
XYZ 16.64 25.02 25.07 -
YUV 118.98 134.21 77.37 -
System Red Green Blue C M Y K H S L
Decimal 48 153 130 0.69 0 0.15 0.4 166.86 0.52 0.39
Hex 30 99 82 45 0 F 28 A7 34 27
Octal 60 231 202 105 0 17 50 247 64 47
Binary 110000 10011001 10000010 1000101 0 1111 101000 10100111 110100 100111

Color Harmonies of #309982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309982

Black with #309982

Text Example


Text Example

White with #309982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309982; }

 p { color: rgb(48,153,130); }

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

background-color css

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

 a { background-color: rgb(48,153,130); }

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

border-color css

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

 span { border-color: rgb(48,153,130); }

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