Html Css Color HEX #30988C Gossamer

📋 copy color: '#30988C'

red 48 ◦ green 152 ◦ blue 140

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

Shades of Gossamer #30988C

Tints of Gossamer #30988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.18%

R = 14.12%
G = 44.71%
B = 41.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#30988C (or 0x30988C) is known color: Gossamer. HEX triplet: 30, 98 and 8C. RGB value is (48,152,140). Sum of RGB (Red+Green+Blue) = 48+152+140=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 140 (55.08% from 255 or 41.18% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #30988C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30988C is #CF6773. Grayscale: #777777. Windows color (decimal): -13592436 or 9214000. OLE color: 9214000.

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

Color convert

RGB 48 152 140 -
CMYK 0.68 0 0.08 0.40
HSL 173.08º 0.52% 0.39% -
HSV(B) 173.08º 0.68% 0.6% -
XYZ 17.18 24.98 28.73 -
YUV 119.54 139.54 76.98 -
System Red Green Blue C M Y K H S L
Decimal 48 152 140 0.68 0 0.08 0.40 173.08 0.52 0.39
Hex 30 98 8C 44 0 8 28 AD 34 27
Octal 60 230 214 104 0 10 50 255 64 47
Binary 110000 10011000 10001100 1000100 0 1000 101000 10101101 110100 100111

Color Harmonies of #30988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30988C

Black with #30988C

Text Example


Text Example

White with #30988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30988C; }

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

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

background-color css

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

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

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

border-color css

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

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

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