#25755C

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

Shades of Deep Sea #25755C

Tints of Deep Sea #25755C

Color information

#25755C (or 0x25755C) is unknown color: approx Deep Sea. HEX triplet: 25, 75 and 5C. RGB value is (37,117,92). Sum of RGB (Red+Green+Blue) = 37+117+92=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 117 (46.09% from 255 or 47.56% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 117 - color contains mainly: green. Hex color #25755C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25755C is #DA8AA3. Grayscale: #5A5A5A. Windows color (decimal): -14322340 or 6059301. OLE color: 6059301.

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

Color convert

RGB3711792-
CMYK0.6800.210.54
HSL161.25º51.95%30.2%-
HSV(B)161.25º68.38%45.88%-
XYZ9.0613.8912.33-
YUV90.2312990.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.04%
GREEN value IS 117 (46.09% from 255) = 47.56%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=15.04%
G=47.56%
B=37.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal37117920.6800.210.54161.2551.9530.2
Hex25755C4401536a1341e
Octal45165134104025662416436
Binary1001011110101101110010001000101011101101010000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25755C; }

 p { color: rgb(37,117,92); }

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

<style>
 a { background-color: #25755C; }

 a { background-color: rgb(37,117,92); }

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

<style>
 span { border-color: #25755C; }

 span { border-color: rgb(37,117,92); }

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