Html Css Color HEX #30A78F Niagara

📋 copy color: '#30A78F'

red 48 ◦ green 167 ◦ blue 143

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

Shades of Niagara #30A78F

Tints of Niagara #30A78F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.65%

 BLUE value IS 143 (56.25% from 255) = 39.94%

R = 13.41%
G = 46.65%
B = 39.94%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#30A78F (or 0x30A78F) is known color: Niagara. HEX triplet: 30, A7 and 8F. RGB value is (48,167,143). Sum of RGB (Red+Green+Blue) = 48+167+143=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 143 (56.25% from 255 or 39.94% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #30A78F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A78F is #CF5870. Grayscale: #808080. Windows color (decimal): -13588593 or 9414448. OLE color: 9414448.

HSL color Cylindrical-coordinate representation of color #30A78F: hue angle of 167.9º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #30A78F is Cyan = 0.71, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 167 143 -
CMYK 0.71 0 0.14 0.35
HSL 167.9º 0.55% 0.42% -
HSV(B) 167.9º 0.71% 0.65% -
XYZ 20 30.25 30.77 -
YUV 128.68 136.08 70.45 -
System Red Green Blue C M Y K H S L
Decimal 48 167 143 0.71 0 0.14 0.35 167.9 0.55 0.42
Hex 30 A7 8F 47 0 E 23 A8 37 2A
Octal 60 247 217 107 0 16 43 250 67 52
Binary 110000 10100111 10001111 1000111 0 1110 100011 10101000 110111 101010

Color Harmonies of #30A78F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A78F

Black with #30A78F

Text Example


Text Example

White with #30A78F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,167,143); }

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

background-color css

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

 a { background-color: rgb(48,167,143); }

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

border-color css

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

 span { border-color: rgb(48,167,143); }

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