Html Css Color HEX #3AB19A Niagara

📋 copy color: '#3AB19A'

red 58 ◦ green 177 ◦ blue 154

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

Shades of Niagara #3AB19A

Tints of Niagara #3AB19A

RGB

 RED value IS 58 (23.05% from 255) = 14.91%

 GREEN value IS 177 (69.53% from 255) = 45.5%

 BLUE value IS 154 (60.55% from 255) = 39.59%

R = 14.91%
G = 45.5%
B = 39.59%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#3AB19A (or 0x3AB19A) is known color: Niagara. HEX triplet: 3A, B1 and 9A. RGB value is (58,177,154). Sum of RGB (Red+Green+Blue) = 58+177+154=389 (51% of max value = 765). Red value is 58 (23.05% from 255 or 14.91% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 154 (60.55% from 255 or 39.59% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #3AB19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AB19A is #C54E65. Grayscale: #8A8A8A. Windows color (decimal): -12930662 or 10137914. OLE color: 10137914.

HSL color Cylindrical-coordinate representation of color #3AB19A: hue angle of 168.4º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB19A is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 58 177 154 -
CMYK 0.67 0 0.13 0.31
HSL 168.4º 0.51% 0.46% -
HSV(B) 168.4º 0.67% 0.69% -
XYZ 23.3 34.68 36.04 -
YUV 138.8 136.58 70.37 -
System Red Green Blue C M Y K H S L
Decimal 58 177 154 0.67 0 0.13 0.31 168.4 0.51 0.46
Hex 3A B1 9A 43 0 D 1F A8 33 2E
Octal 72 261 232 103 0 15 37 250 63 56
Binary 111010 10110001 10011010 1000011 0 1101 11111 10101000 110011 101110

Color Harmonies of #3AB19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AB19A

Black with #3AB19A

Text Example


Text Example

White with #3AB19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3AB19A; }

 p { color: rgb(58,177,154); }

 H1.HeaderClassName
 {
   color: #3AB19A;
 }
 .AnyTagClassName
 {
   color: #3AB19A;
 }
</style>

background-color css

<style>
 a { background-color: #3AB19A; }

 a { background-color: rgb(58,177,154); }

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

border-color css

<style>
 span { border-color: #3AB19A; }

 span { border-color: rgb(58,177,154); }

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