Html Css Color HEX #30A396 Niagara

📋 copy color: '#30A396'

red 48 ◦ green 163 ◦ blue 150

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

Shades of Niagara #30A396

Tints of Niagara #30A396

RGB

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

 GREEN value IS 163 (64.06% from 255) = 45.15%

 BLUE value IS 150 (58.98% from 255) = 41.55%

R = 13.3%
G = 45.15%
B = 41.55%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#30A396 (or 0x30A396) is known color: Niagara. HEX triplet: 30, A3 and 96. RGB value is (48,163,150). Sum of RGB (Red+Green+Blue) = 48+163+150=361 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.30% from 361); Green value is 163 (64.06% from 255 or 45.15% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 163 - color contains mainly: green. Hex color #30A396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A396 is #CF5C69. Grayscale: #7F7F7F. Windows color (decimal): -13589610 or 9872176. OLE color: 9872176.

HSL color Cylindrical-coordinate representation of color #30A396: hue angle of 173.22º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A396 is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 163 150 -
CMYK 0.71 0 0.08 0.36
HSL 173.22º 0.55% 0.41% -
HSV(B) 173.22º 0.71% 0.64% -
XYZ 19.82 29.02 33.41 -
YUV 127.13 140.9 71.56 -
System Red Green Blue C M Y K H S L
Decimal 48 163 150 0.71 0 0.08 0.36 173.22 0.55 0.41
Hex 30 A3 96 47 0 8 24 AD 37 29
Octal 60 243 226 107 0 10 44 255 67 51
Binary 110000 10100011 10010110 1000111 0 1000 100100 10101101 110111 101001

Color Harmonies of #30A396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A396

Black with #30A396

Text Example


Text Example

White with #30A396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,163,150); }

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

background-color css

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

 a { background-color: rgb(48,163,150); }

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

border-color css

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

 span { border-color: rgb(48,163,150); }

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