Html Css Color HEX #36A59A Niagara

📋 copy color: '#36A59A'

red 54 ◦ green 165 ◦ blue 154

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

Shades of Niagara #36A59A

Tints of Niagara #36A59A

RGB

 RED value IS 54 (21.48% from 255) = 14.48%

 GREEN value IS 165 (64.84% from 255) = 44.24%

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

R = 14.48%
G = 44.24%
B = 41.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#36A59A (or 0x36A59A) is known color: Niagara. HEX triplet: 36, A5 and 9A. RGB value is (54,165,154). Sum of RGB (Red+Green+Blue) = 54+165+154=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #36A59A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36A59A is #C95A65. Grayscale: #828282. Windows color (decimal): -13195878 or 10134838. OLE color: 10134838.

HSL color Cylindrical-coordinate representation of color #36A59A: hue angle of 174.05º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #36A59A is Cyan = 0.67, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 54 165 154 -
CMYK 0.67 0 0.07 0.35
HSL 174.05º 0.51% 0.43% -
HSV(B) 174.05º 0.67% 0.65% -
XYZ 20.81 30.03 35.27 -
YUV 130.56 141.23 73.39 -
System Red Green Blue C M Y K H S L
Decimal 54 165 154 0.67 0 0.07 0.35 174.05 0.51 0.43
Hex 36 A5 9A 43 0 7 23 AE 33 2B
Octal 66 245 232 103 0 7 43 256 63 53
Binary 110110 10100101 10011010 1000011 0 111 100011 10101110 110011 101011

Color Harmonies of #36A59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A59A

Black with #36A59A

Text Example


Text Example

White with #36A59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36A59A; }

 p { color: rgb(54,165,154); }

 H1.HeaderClassName
 {
   color: #36A59A;
 }
 .AnyTagClassName
 {
   color: #36A59A;
 }
</style>

background-color css

<style>
 a { background-color: #36A59A; }

 a { background-color: rgb(54,165,154); }

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

border-color css

<style>
 span { border-color: #36A59A; }

 span { border-color: rgb(54,165,154); }

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