#25765F

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

Shades of Deep Sea #25765F

Tints of Deep Sea #25765F

Color information

#25765F (or 0x25765F) is unknown color: approx Deep Sea. HEX triplet: 25, 76 and 5F. RGB value is (37,118,95). Sum of RGB (Red+Green+Blue) = 37+118+95=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #25765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25765F is #DA89A0. Grayscale: #5B5B5B. Windows color (decimal): -14322081 or 6256165. OLE color: 6256165.

HSL color Cylindrical-coordinate representation of color #25765F: hue angle of 162.96º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #25765F is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB3711895-
CMYK0.6900.190.54
HSL162.96º52.26%30.39%-
HSV(B)162.96º68.64%46.27%-
XYZ9.3114.1813.07-
YUV91.16130.1689.37-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.8%
GREEN value IS 118 (46.48% from 255) = 47.2%
BLUE value IS 95 (37.5% from 255) = 38%
R=14.8%
G=47.2%
B=38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37118950.6900.190.54162.9652.2630.39
Hex25765F4501336a3341e
Octal45166137105023662436436
Binary1001011110110101111110001010100111101101010001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25765F; }

 p { color: rgb(37,118,95); }

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

<style>
 a { background-color: #25765F; }

 a { background-color: rgb(37,118,95); }

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

<style>
 span { border-color: #25765F; }

 span { border-color: rgb(37,118,95); }

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