Html Css Color HEX #3BAF99 Niagara

📋 copy color: '#3BAF99'

red 59 ◦ green 175 ◦ blue 153

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

Shades of Niagara #3BAF99

Tints of Niagara #3BAF99

RGB

 RED value IS 59 (23.44% from 255) = 15.25%

 GREEN value IS 175 (68.75% from 255) = 45.22%

 BLUE value IS 153 (60.16% from 255) = 39.53%

R = 15.25%
G = 45.22%
B = 39.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#3BAF99 (or 0x3BAF99) is known color: Niagara. HEX triplet: 3B, AF and 99. RGB value is (59,175,153). Sum of RGB (Red+Green+Blue) = 59+175+153=387 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.25% from 387); Green value is 175 (68.75% from 255 or 45.22% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAF99 is #C45066. Grayscale: #898989. Windows color (decimal): -12865639 or 10071867. OLE color: 10071867.

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

Color convert

RGB 59 175 153 -
CMYK 0.66 0 0.13 0.31
HSL 168.62º 0.5% 0.46% -
HSV(B) 168.62º 0.66% 0.69% -
XYZ 22.88 33.89 35.47 -
YUV 137.81 136.57 71.79 -
System Red Green Blue C M Y K H S L
Decimal 59 175 153 0.66 0 0.13 0.31 168.62 0.5 0.46
Hex 3B AF 99 42 0 D 1F A9 32 2E
Octal 73 257 231 102 0 15 37 251 62 56
Binary 111011 10101111 10011001 1000010 0 1101 11111 10101001 110010 101110

Color Harmonies of #3BAF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BAF99

Black with #3BAF99

Text Example


Text Example

White with #3BAF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,175,153); }

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

background-color css

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

 a { background-color: rgb(59,175,153); }

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

border-color css

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

 span { border-color: rgb(59,175,153); }

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