Html Css Color HEX #30987B Gossamer

📋 copy color: '#30987B'

red 48 ◦ green 152 ◦ blue 123

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

Shades of Gossamer #30987B

Tints of Gossamer #30987B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.08%

R = 14.86%
G = 47.06%
B = 38.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#30987B (or 0x30987B) is known color: Gossamer. HEX triplet: 30, 98 and 7B. RGB value is (48,152,123). Sum of RGB (Red+Green+Blue) = 48+152+123=323 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.86% from 323); Green value is 152 (59.77% from 255 or 47.06% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 152 - color contains mainly: green. Hex color #30987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30987B is #CF6784. Grayscale: #757575. Windows color (decimal): -13592453 or 8099888. OLE color: 8099888.

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

Color convert

RGB 48 152 123 -
CMYK 0.68 0 0.19 0.40
HSL 163.27º 0.52% 0.39% -
HSV(B) 163.27º 0.68% 0.6% -
XYZ 16.02 24.51 22.63 -
YUV 117.6 131.04 78.36 -
System Red Green Blue C M Y K H S L
Decimal 48 152 123 0.68 0 0.19 0.40 163.27 0.52 0.39
Hex 30 98 7B 44 0 13 28 A3 34 27
Octal 60 230 173 104 0 23 50 243 64 47
Binary 110000 10011000 1111011 1000100 0 10011 101000 10100011 110100 100111

Color Harmonies of #30987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30987B

Black with #30987B

Text Example


Text Example

White with #30987B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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