Html Css Color HEX #30948A Gossamer

📋 copy color: '#30948A'

red 48 ◦ green 148 ◦ blue 138

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

Shades of Gossamer #30948A

Tints of Gossamer #30948A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.31%

 BLUE value IS 138 (54.3% from 255) = 41.32%

R = 14.37%
G = 44.31%
B = 41.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#30948A (or 0x30948A) is known color: Gossamer. HEX triplet: 30, 94 and 8A. RGB value is (48,148,138). Sum of RGB (Red+Green+Blue) = 48+148+138=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #30948A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30948A is #CF6B75. Grayscale: #747474. Windows color (decimal): -13593462 or 9081904. OLE color: 9081904.

HSL color Cylindrical-coordinate representation of color #30948A: hue angle of 174º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30948A is Cyan = 0.68, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 148 138 -
CMYK 0.68 0 0.07 0.42
HSL 174º 0.51% 0.38% -
HSV(B) 174º 0.68% 0.58% -
XYZ 16.4 23.64 27.74 -
YUV 116.96 139.87 78.81 -
System Red Green Blue C M Y K H S L
Decimal 48 148 138 0.68 0 0.07 0.42 174 0.51 0.38
Hex 30 94 8A 44 0 7 2A AE 33 26
Octal 60 224 212 104 0 7 52 256 63 46
Binary 110000 10010100 10001010 1000100 0 111 101010 10101110 110011 100110

Color Harmonies of #30948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30948A

Black with #30948A

Text Example


Text Example

White with #30948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30948A; }

 p { color: rgb(48,148,138); }

 H1.HeaderClassName
 {
   color: #30948A;
 }
 .AnyTagClassName
 {
   color: #30948A;
 }
</style>

background-color css

<style>
 a { background-color: #30948A; }

 a { background-color: rgb(48,148,138); }

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

border-color css

<style>
 span { border-color: #30948A; }

 span { border-color: rgb(48,148,138); }

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