Html Css Color HEX #30A08B Gossamer

📋 copy color: '#30A08B'

red 48 ◦ green 160 ◦ blue 139

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

Shades of Gossamer #30A08B

Tints of Gossamer #30A08B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.11%

 BLUE value IS 139 (54.69% from 255) = 40.06%

R = 13.83%
G = 46.11%
B = 40.06%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#30A08B (or 0x30A08B) is known color: Gossamer. HEX triplet: 30, A0 and 8B. RGB value is (48,160,139). Sum of RGB (Red+Green+Blue) = 48+160+139=347 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.83% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #30A08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A08B is #CF5F74. Grayscale: #7C7C7C. Windows color (decimal): -13590389 or 9150512. OLE color: 9150512.

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

Color convert

RGB 48 160 139 -
CMYK 0.70 0 0.13 0.37
HSL 168.75º 0.54% 0.41% -
HSV(B) 168.75º 0.7% 0.63% -
XYZ 18.45 27.63 28.79 -
YUV 124.12 136.39 73.71 -
System Red Green Blue C M Y K H S L
Decimal 48 160 139 0.70 0 0.13 0.37 168.75 0.54 0.41
Hex 30 A0 8B 46 0 D 25 A9 36 29
Octal 60 240 213 106 0 15 45 251 66 51
Binary 110000 10100000 10001011 1000110 0 1101 100101 10101001 110110 101001

Color Harmonies of #30A08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A08B

Black with #30A08B

Text Example


Text Example

White with #30A08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,160,139); }

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

background-color css

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

 a { background-color: rgb(48,160,139); }

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

border-color css

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

 span { border-color: rgb(48,160,139); }

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