Html Css Color HEX #30987F Gossamer

📋 copy color: '#30987F'

red 48 ◦ green 152 ◦ blue 127

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

Shades of Gossamer #30987F

Tints of Gossamer #30987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.84%

R = 14.68%
G = 46.48%
B = 38.84%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#30987F (or 0x30987F) is known color: Gossamer. HEX triplet: 30, 98 and 7F. RGB value is (48,152,127). Sum of RGB (Red+Green+Blue) = 48+152+127=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #30987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30987F is #CF6780. Grayscale: #767676. Windows color (decimal): -13592449 or 8362032. OLE color: 8362032.

HSL color Cylindrical-coordinate representation of color #30987F: hue angle of 165.58º 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 #30987F is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 48 152 127 -
CMYK 0.68 0 0.16 0.40
HSL 165.58º 0.52% 0.39% -
HSV(B) 165.58º 0.68% 0.6% -
XYZ 16.28 24.62 23.97 -
YUV 118.05 133.04 78.03 -
System Red Green Blue C M Y K H S L
Decimal 48 152 127 0.68 0 0.16 0.40 165.58 0.52 0.39
Hex 30 98 7F 44 0 10 28 A6 34 27
Octal 60 230 177 104 0 20 50 246 64 47
Binary 110000 10011000 1111111 1000100 0 10000 101000 10100110 110100 100111

Color Harmonies of #30987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30987F

Black with #30987F

Text Example


Text Example

White with #30987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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