#25785B

Color #25785B Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #25785B

Tints of Deep Sea #25785B

Color information

#25785B (or 0x25785B) is unknown color: approx Deep Sea. HEX triplet: 25, 78 and 5B. RGB value is (37,120,91). Sum of RGB (Red+Green+Blue) = 37+120+91=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 91 (35.94% from 255 or 36.69% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #25785B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25785B is #DA87A4. Grayscale: #5B5B5B. Windows color (decimal): -14321573 or 5994533. OLE color: 5994533.

HSL color Cylindrical-coordinate representation of color #25785B: hue angle of 159.04º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25785B is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB3712091-
CMYK0.6900.240.53
HSL159.04º52.87%30.78%-
HSV(B)159.04º69.17%47.06%-
XYZ9.3714.5812.22-
YUV91.88127.588.86-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 120 (47.27% from 255) = 48.39%
BLUE value IS 91 (35.94% from 255) = 36.69%
R=14.92%
G=48.39%
B=36.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37120910.6900.240.53159.0452.8730.78
Hex25785B45018359f351f
Octal45170133105030652376537
Binary1001011111000101101110001010110001101011001111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25785B; }

 p { color: rgb(37,120,91); }

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

<style>
 a { background-color: #25785B; }

 a { background-color: rgb(37,120,91); }

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

<style>
 span { border-color: #25785B; }

 span { border-color: rgb(37,120,91); }

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