#25785d

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

Shades of Deep Sea #25785D

Tints of Deep Sea #25785D

Color information

#25785D (or 0x25785D) is unknown color: approx Deep Sea. HEX triplet: 25, 78 and 5D. RGB value is (37,120,93). Sum of RGB (Red+Green+Blue) = 37+120+93=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 120 (47.27% from 255 or 48% from 250); Blue value is 93 (36.72% from 255 or 37.2% from 250); Max value from RGB is 120 - color contains mainly: green. Hex color #25785D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25785D is #DA87A2. Grayscale: #5C5C5C. Windows color (decimal): -14321571 or 6125605. OLE color: 6125605.

HSL color Cylindrical-coordinate representation of color #25785D: hue angle of 160.48º 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 #25785D is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB3712093-
CMYK0.6900.220.53
HSL160.48º52.87%30.78%-
HSV(B)160.48º69.17%47.06%-
XYZ9.4614.6212.68-
YUV92.1128.588.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 120 (47.27% from 255) = 48%
BLUE value IS 93 (36.72% from 255) = 37.2%
R=14.8%
G=48%
B=37.2%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal37120930.6900.220.53160.4852.8730.78
Hex25785D4501635a0351f
Octal45170135105026652406537
Binary1001011111000101110110001010101101101011010000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25785d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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