Html Css Color HEX #30987D Gossamer

📋 copy color: '#30987D'

red 48 ◦ green 152 ◦ blue 125

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

Shades of Gossamer #30987D

Tints of Gossamer #30987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.77%

 BLUE value IS 125 (49.22% from 255) = 38.46%

R = 14.77%
G = 46.77%
B = 38.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#30987D (or 0x30987D) is known color: Gossamer. HEX triplet: 30, 98 and 7D. RGB value is (48,152,125). Sum of RGB (Red+Green+Blue) = 48+152+125=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #30987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30987D is #CF6782. Grayscale: #757575. Windows color (decimal): -13592451 or 8230960. OLE color: 8230960.

HSL color Cylindrical-coordinate representation of color #30987D: hue angle of 164.42º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30987D is Cyan = 0.68, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 125 -
CMYK 0.68 0 0.18 0.40
HSL 164.42º 0.52% 0.39% -
HSV(B) 164.42º 0.68% 0.6% -
XYZ 16.15 24.57 23.29 -
YUV 117.83 132.04 78.2 -
System Red Green Blue C M Y K H S L
Decimal 48 152 125 0.68 0 0.18 0.40 164.42 0.52 0.39
Hex 30 98 7D 44 0 12 28 A4 34 27
Octal 60 230 175 104 0 22 50 244 64 47
Binary 110000 10011000 1111101 1000100 0 10010 101000 10100100 110100 100111

Color Harmonies of #30987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30987D

Black with #30987D

Text Example


Text Example

White with #30987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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