Html Css Color HEX #30987A Gossamer

📋 copy color: '#30987A'

red 48 ◦ green 152 ◦ blue 122

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

Shades of Gossamer #30987A

Tints of Gossamer #30987A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.89%

R = 14.91%
G = 47.2%
B = 37.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#30987A (or 0x30987A) is known color: Gossamer. HEX triplet: 30, 98 and 7A. RGB value is (48,152,122). Sum of RGB (Red+Green+Blue) = 48+152+122=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 152 (59.77% from 255 or 47.20% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 152 - color contains mainly: green. Hex color #30987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30987A is #CF6785. Grayscale: #757575. Windows color (decimal): -13592454 or 8034352. OLE color: 8034352.

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

Color convert

RGB 48 152 122 -
CMYK 0.68 0 0.20 0.40
HSL 162.69º 0.52% 0.39% -
HSV(B) 162.69º 0.68% 0.6% -
XYZ 15.96 24.49 22.3 -
YUV 117.48 130.54 78.44 -
System Red Green Blue C M Y K H S L
Decimal 48 152 122 0.68 0 0.20 0.40 162.69 0.52 0.39
Hex 30 98 7A 44 0 14 28 A3 34 27
Octal 60 230 172 104 0 24 50 243 64 47
Binary 110000 10011000 1111010 1000100 0 10100 101000 10100011 110100 100111

Color Harmonies of #30987A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30987A

Black with #30987A

Text Example


Text Example

White with #30987A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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