Html Css Color HEX #30A288 Gossamer

📋 copy color: '#30A288'

red 48 ◦ green 162 ◦ blue 136

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

Shades of Gossamer #30A288

Tints of Gossamer #30A288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.82%

 BLUE value IS 136 (53.52% from 255) = 39.31%

R = 13.87%
G = 46.82%
B = 39.31%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#30A288 (or 0x30A288) is known color: Gossamer. HEX triplet: 30, A2 and 88. RGB value is (48,162,136). Sum of RGB (Red+Green+Blue) = 48+162+136=346 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.87% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #30A288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A288 is #CF5D77. Grayscale: #7C7C7C. Windows color (decimal): -13589880 or 8954416. OLE color: 8954416.

HSL color Cylindrical-coordinate representation of color #30A288: hue angle of 166.32º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A288 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 162 136 -
CMYK 0.70 0 0.16 0.36
HSL 166.32º 0.54% 0.41% -
HSV(B) 166.32º 0.7% 0.64% -
XYZ 18.58 28.25 27.77 -
YUV 124.95 134.23 73.11 -
System Red Green Blue C M Y K H S L
Decimal 48 162 136 0.70 0 0.16 0.36 166.32 0.54 0.41
Hex 30 A2 88 46 0 10 24 A6 36 29
Octal 60 242 210 106 0 20 44 246 66 51
Binary 110000 10100010 10001000 1000110 0 10000 100100 10100110 110110 101001

Color Harmonies of #30A288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A288

Black with #30A288

Text Example


Text Example

White with #30A288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30A288; }

 p { color: rgb(48,162,136); }

 H1.HeaderClassName
 {
   color: #30A288;
 }
 .AnyTagClassName
 {
   color: #30A288;
 }
</style>

background-color css

<style>
 a { background-color: #30A288; }

 a { background-color: rgb(48,162,136); }

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

border-color css

<style>
 span { border-color: #30A288; }

 span { border-color: rgb(48,162,136); }

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