Html Css Color HEX #259A85 Niagara

📋 copy color: '#259A85'

red 37 ◦ green 154 ◦ blue 133

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

Shades of Niagara #259A85

Tints of Niagara #259A85

RGB

 RED value IS 37 (14.84% from 255) = 11.42%

 GREEN value IS 154 (60.55% from 255) = 47.53%

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 11.42%
G = 47.53%
B = 41.05%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#259A85 (or 0x259A85) is known color: Niagara. HEX triplet: 25, 9A and 85. RGB value is (37,154,133). Sum of RGB (Red+Green+Blue) = 37+154+133=324 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.42% from 324); Green value is 154 (60.55% from 255 or 47.53% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 154 - color contains mainly: green. Hex color #259A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259A85 is #DA657A. Grayscale: #747474. Windows color (decimal): -14312827 or 8755749. OLE color: 8755749.

HSL color Cylindrical-coordinate representation of color #259A85: hue angle of 169.23º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259A85 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 37 154 133 -
CMYK 0.76 0 0.14 0.40
HSL 169.23º 0.61% 0.37% -
HSV(B) 169.23º 0.76% 0.6% -
XYZ 16.55 25.2 26.18 -
YUV 116.62 137.24 71.21 -
System Red Green Blue C M Y K H S L
Decimal 37 154 133 0.76 0 0.14 0.40 169.23 0.61 0.37
Hex 25 9A 85 4C 0 E 28 A9 3D 25
Octal 45 232 205 114 0 16 50 251 75 45
Binary 100101 10011010 10000101 1001100 0 1110 101000 10101001 111101 100101

Color Harmonies of #259A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259A85

Black with #259A85

Text Example


Text Example

White with #259A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #259A85; }

 p { color: rgb(37,154,133); }

 H1.HeaderClassName
 {
   color: #259A85;
 }
 .AnyTagClassName
 {
   color: #259A85;
 }
</style>

background-color css

<style>
 a { background-color: #259A85; }

 a { background-color: rgb(37,154,133); }

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

border-color css

<style>
 span { border-color: #259A85; }

 span { border-color: rgb(37,154,133); }

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