Html Css Color HEX #30A78A Niagara

📋 copy color: '#30A78A'

red 48 ◦ green 167 ◦ blue 138

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

Shades of Niagara #30A78A

Tints of Niagara #30A78A

RGB

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

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

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

R = 13.6%
G = 47.31%
B = 39.09%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#30A78A (or 0x30A78A) is known color: Niagara. HEX triplet: 30, A7 and 8A. RGB value is (48,167,138). Sum of RGB (Red+Green+Blue) = 48+167+138=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #30A78A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A78A is #CF5875. Grayscale: #808080. Windows color (decimal): -13588598 or 9086768. OLE color: 9086768.

HSL color Cylindrical-coordinate representation of color #30A78A: hue angle of 165.38º 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 #30A78A is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 48 167 138 -
CMYK 0.71 0 0.17 0.35
HSL 165.38º 0.55% 0.42% -
HSV(B) 165.38º 0.71% 0.65% -
XYZ 19.63 30.1 28.82 -
YUV 128.11 133.58 70.86 -
System Red Green Blue C M Y K H S L
Decimal 48 167 138 0.71 0 0.17 0.35 165.38 0.55 0.42
Hex 30 A7 8A 47 0 11 23 A5 37 2A
Octal 60 247 212 107 0 21 43 245 67 52
Binary 110000 10100111 10001010 1000111 0 10001 100011 10100101 110111 101010

Color Harmonies of #30A78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A78A

Black with #30A78A

Text Example


Text Example

White with #30A78A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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