#30997D

Color #30997D Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #30997D

Tints of Gossamer #30997D

Color information

#30997D (or 0x30997D) is unknown color: approx Gossamer. HEX triplet: 30, 99 and 7D. RGB value is (48,153,125). Sum of RGB (Red+Green+Blue) = 48+153+125=326 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.72% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #30997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30997D is #CF6682. Grayscale: #767676. Windows color (decimal): -13592195 or 8231216. OLE color: 8231216.

HSL color Cylindrical-coordinate representation of color #30997D: hue angle of 164º 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 #30997D is Cyan = 0.69, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB48153125-
CMYK0.6900.180.4
HSL164º52.24%39.41%-
HSV(B)164º68.63%60%-
XYZ16.3124.8923.35-
YUV118.41131.7177.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.72%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=14.72%
G=46.93%
B=38.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal481531250.6900.180.416452.2439.41
Hex30997D4501228a43427
Octal60231175105022502446447
Binary110000100110011111101100010101001010100010100100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30997D; }

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

 H1.HeaderClassName
 {
   color: #30997D;
 }
 .AnyTagClassName
 {
   color: #30997D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #30997D;
 }
 .BgClassName
 {
   background-color: #30997D;
 }
</style>
border-color css

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

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

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