#25A68B

Color #25A68B Niagara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Niagara #25A68B

Tints of Niagara #25A68B

Color information

#25A68B (or 0x25A68B) is unknown color: approx Niagara. HEX triplet: 25, A6 and 8B. RGB value is (37,166,139). Sum of RGB (Red+Green+Blue) = 37+166+139=342 (45% of max value = 765). Red value is 37 (14.84% from 255 or 10.82% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #25A68B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25A68B is #DA5974. Grayscale: #7C7C7C. Windows color (decimal): -14309749 or 9152037. OLE color: 9152037.

HSL color Cylindrical-coordinate representation of color #25A68B: hue angle of 167.44º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #25A68B is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB37166139-
CMYK0.7800.160.35
HSL167.44º63.55%39.8%-
HSV(B)167.44º77.71%65.1%-
XYZ19.0629.5329.12-
YUV124.35136.2665.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 10.82%
GREEN value IS 166 (65.23% from 255) = 48.54%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=10.82%
G=48.54%
B=40.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal371661390.7800.160.35167.4463.5539.8
Hex25A68B4E01023a74028
Octal452462131160204324710050
Binary10010110100110100010111001110010000100011101001111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25A68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25A68B; }

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

 H1.HeaderClassName
 {
   color: #25A68B;
 }
 .AnyTagClassName
 {
   color: #25A68B;
 }
</style>
background-color css

<style>
 a { background-color: #25A68B; }

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

 div.DivClassName
 {
   background-color: #25A68B;
 }
 .BgClassName
 {
   background-color: #25A68B;
 }
</style>
border-color css

<style>
 span { border-color: #25A68B; }

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

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