Html Css Color HEX #30A07B Gossamer

📋 copy color: '#30A07B'

red 48 ◦ green 160 ◦ blue 123

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

Shades of Gossamer #30A07B

Tints of Gossamer #30A07B

RGB

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

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

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

R = 14.5%
G = 48.34%
B = 37.16%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#30A07B (or 0x30A07B) is known color: Gossamer. HEX triplet: 30, A0 and 7B. RGB value is (48,160,123). Sum of RGB (Red+Green+Blue) = 48+160+123=331 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.50% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #30A07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30A07B is #CF5F84. Grayscale: #7A7A7A. Windows color (decimal): -13590405 or 8101936. OLE color: 8101936.

HSL color Cylindrical-coordinate representation of color #30A07B: hue angle of 160.18º 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 #30A07B is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 160 123 -
CMYK 0.70 0 0.23 0.37
HSL 160.18º 0.54% 0.41% -
HSV(B) 160.18º 0.7% 0.63% -
XYZ 17.36 27.2 23.07 -
YUV 122.29 128.39 75.01 -
System Red Green Blue C M Y K H S L
Decimal 48 160 123 0.70 0 0.23 0.37 160.18 0.54 0.41
Hex 30 A0 7B 46 0 17 25 A0 36 29
Octal 60 240 173 106 0 27 45 240 66 51
Binary 110000 10100000 1111011 1000110 0 10111 100101 10100000 110110 101001

Color Harmonies of #30A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A07B

Black with #30A07B

Text Example


Text Example

White with #30A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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