Html Css Color HEX #30A992 Niagara

📋 copy color: '#30A992'

red 48 ◦ green 169 ◦ blue 146

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

Shades of Niagara #30A992

Tints of Niagara #30A992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.56%

 BLUE value IS 146 (57.42% from 255) = 40.22%

R = 13.22%
G = 46.56%
B = 40.22%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#30A992 (or 0x30A992) is known color: Niagara. HEX triplet: 30, A9 and 92. RGB value is (48,169,146). Sum of RGB (Red+Green+Blue) = 48+169+146=363 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.22% from 363); Green value is 169 (66.41% from 255 or 46.56% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 169 - color contains mainly: green. Hex color #30A992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A992 is #CF566D. Grayscale: #828282. Windows color (decimal): -13588078 or 9611568. OLE color: 9611568.

HSL color Cylindrical-coordinate representation of color #30A992: hue angle of 168.6º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #30A992 is Cyan = 0.72, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 48 169 146 -
CMYK 0.72 0 0.14 0.34
HSL 168.6º 0.56% 0.43% -
HSV(B) 168.6º 0.72% 0.66% -
XYZ 20.6 31.08 32.11 -
YUV 130.2 136.91 69.37 -
System Red Green Blue C M Y K H S L
Decimal 48 169 146 0.72 0 0.14 0.34 168.6 0.56 0.43
Hex 30 A9 92 48 0 E 22 A9 38 2B
Octal 60 251 222 110 0 16 42 251 70 53
Binary 110000 10101001 10010010 1001000 0 1110 100010 10101001 111000 101011

Color Harmonies of #30A992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A992

Black with #30A992

Text Example


Text Example

White with #30A992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,169,146); }

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

background-color css

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

 a { background-color: rgb(48,169,146); }

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

border-color css

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

 span { border-color: rgb(48,169,146); }

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