#25745D

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

Shades of Deep Sea #25745D

Tints of Deep Sea #25745D

Color information

#25745D (or 0x25745D) is unknown color: approx Deep Sea. HEX triplet: 25, 74 and 5D. RGB value is (37,116,93). Sum of RGB (Red+Green+Blue) = 37+116+93=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 116 (45.70% from 255 or 47.15% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 116 - color contains mainly: green. Hex color #25745D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25745D is #DA8BA2. Grayscale: #595959. Windows color (decimal): -14322595 or 6124581. OLE color: 6124581.

HSL color Cylindrical-coordinate representation of color #25745D: hue angle of 162.53º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25745D is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB3711693-
CMYK0.6800.200.55
HSL162.53º51.63%30%-
HSV(B)162.53º68.1%45.49%-
XYZ8.9813.6712.52-
YUV89.76129.8390.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 116 (45.70% from 255) = 47.15%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=15.04%
G=47.15%
B=37.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal37116930.6800.200.55162.5351.6330
Hex25745D4401437a3341e
Octal45164135104024672436436
Binary1001011110100101110110001000101001101111010001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25745D; }

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

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

<style>
 a { background-color: #25745D; }

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

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

<style>
 span { border-color: #25745D; }

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

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