Html Css Color HEX #259B8A Niagara

📋 copy color: '#259B8A'

red 37 ◦ green 155 ◦ blue 138

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

Shades of Niagara #259B8A

Tints of Niagara #259B8A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.97%

 BLUE value IS 138 (54.3% from 255) = 41.82%

R = 11.21%
G = 46.97%
B = 41.82%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#259B8A (or 0x259B8A) is known color: Niagara. HEX triplet: 25, 9B and 8A. RGB value is (37,155,138). Sum of RGB (Red+Green+Blue) = 37+155+138=330 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.21% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #259B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259B8A is #DA6475. Grayscale: #757575. Windows color (decimal): -14312566 or 9083685. OLE color: 9083685.

HSL color Cylindrical-coordinate representation of color #259B8A: hue angle of 171.36º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #259B8A is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 155 138 -
CMYK 0.76 0 0.11 0.39
HSL 171.36º 0.61% 0.38% -
HSV(B) 171.36º 0.76% 0.61% -
XYZ 17.07 25.67 28.1 -
YUV 117.78 139.41 70.38 -
System Red Green Blue C M Y K H S L
Decimal 37 155 138 0.76 0 0.11 0.39 171.36 0.61 0.38
Hex 25 9B 8A 4C 0 B 27 AB 3D 26
Octal 45 233 212 114 0 13 47 253 75 46
Binary 100101 10011011 10001010 1001100 0 1011 100111 10101011 111101 100110

Color Harmonies of #259B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259B8A

Black with #259B8A

Text Example


Text Example

White with #259B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,155,138); }

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

background-color css

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

 a { background-color: rgb(37,155,138); }

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

border-color css

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

 span { border-color: rgb(37,155,138); }

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