#1F825E

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

Shades of Deep Sea #1F825E

Tints of Deep Sea #1F825E

Color information

#1F825E (or 0x1F825E) is unknown color: approx Deep Sea. HEX triplet: 1F, 82 and 5E. RGB value is (31,130,94). Sum of RGB (Red+Green+Blue) = 31+130+94=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 94 (37.11% from 255 or 36.86% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #1F825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F825E is #E07DA1. Grayscale: #606060. Windows color (decimal): -14712226 or 6193695. OLE color: 6193695.

HSL color Cylindrical-coordinate representation of color #1F825E: hue angle of 158.18º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F825E is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB3113094-
CMYK0.7600.280.49
HSL158.18º61.49%31.57%-
HSV(B)158.18º76.15%50.98%-
XYZ10.5717.0613.33-
YUV96.3126.781.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.16%
GREEN value IS 130 (51.17% from 255) = 50.98%
BLUE value IS 94 (37.11% from 255) = 36.86%
R=12.16%
G=50.98%
B=36.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31130940.7600.280.49158.1861.4931.57
Hex1F825E4C01C319e3d20
Octal37202136114034612367540
Binary11111100000101011110100110001110011000110011110111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F825E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F825E; }

 p { color: rgb(31,130,94); }

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

<style>
 a { background-color: #1F825E; }

 a { background-color: rgb(31,130,94); }

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

<style>
 span { border-color: #1F825E; }

 span { border-color: rgb(31,130,94); }

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