Html Css Color HEX #30A694 Niagara

📋 copy color: '#30A694'

red 48 ◦ green 166 ◦ blue 148

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

Shades of Niagara #30A694

Tints of Niagara #30A694

RGB

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

 GREEN value IS 166 (65.23% from 255) = 45.86%

 BLUE value IS 148 (58.2% from 255) = 40.88%

R = 13.26%
G = 45.86%
B = 40.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#30A694 (or 0x30A694) is known color: Niagara. HEX triplet: 30, A6 and 94. RGB value is (48,166,148). Sum of RGB (Red+Green+Blue) = 48+166+148=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #30A694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30A694 is #CF596B. Grayscale: #808080. Windows color (decimal): -13588844 or 9741872. OLE color: 9741872.

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

Color convert

RGB 48 166 148 -
CMYK 0.71 0 0.11 0.35
HSL 170.85º 0.55% 0.42% -
HSV(B) 170.85º 0.71% 0.65% -
XYZ 20.2 30.04 32.75 -
YUV 128.67 138.91 70.46 -
System Red Green Blue C M Y K H S L
Decimal 48 166 148 0.71 0 0.11 0.35 170.85 0.55 0.42
Hex 30 A6 94 47 0 B 23 AB 37 2A
Octal 60 246 224 107 0 13 43 253 67 52
Binary 110000 10100110 10010100 1000111 0 1011 100011 10101011 110111 101010

Color Harmonies of #30A694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A694

Black with #30A694

Text Example


Text Example

White with #30A694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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