Html Css Color HEX #259B8B Niagara

📋 copy color: '#259B8B'

red 37 ◦ green 155 ◦ blue 139

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

Shades of Niagara #259B8B

Tints of Niagara #259B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 11.18%
G = 46.83%
B = 41.99%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#259B8B (or 0x259B8B) is known color: Niagara. HEX triplet: 25, 9B and 8B. RGB value is (37,155,139). Sum of RGB (Red+Green+Blue) = 37+155+139=331 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.18% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #259B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #259B8B is #DA6474. Grayscale: #757575. Windows color (decimal): -14312565 or 9149221. OLE color: 9149221.

HSL color Cylindrical-coordinate representation of color #259B8B: hue angle of 171.86º 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 #259B8B is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 37 155 139 -
CMYK 0.76 0 0.10 0.39
HSL 171.86º 0.61% 0.38% -
HSV(B) 171.86º 0.76% 0.61% -
XYZ 17.14 25.7 28.48 -
YUV 117.89 139.91 70.3 -
System Red Green Blue C M Y K H S L
Decimal 37 155 139 0.76 0 0.10 0.39 171.86 0.61 0.38
Hex 25 9B 8B 4C 0 A 27 AC 3D 26
Octal 45 233 213 114 0 12 47 254 75 46
Binary 100101 10011011 10001011 1001100 0 1010 100111 10101100 111101 100110

Color Harmonies of #259B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #259B8B

Black with #259B8B

Text Example


Text Example

White with #259B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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