#1F7766

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

Shades of Deep Sea #1F7766

Tints of Deep Sea #1F7766

Color information

#1F7766 (or 0x1F7766) is unknown color: approx Deep Sea. HEX triplet: 1F, 77 and 66. RGB value is (31,119,102). Sum of RGB (Red+Green+Blue) = 31+119+102=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 119 (46.88% from 255 or 47.22% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 119 - color contains mainly: green. Hex color #1F7766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7766 is #E08899. Grayscale: #5A5A5A. Windows color (decimal): -14715034 or 6715167. OLE color: 6715167.

HSL color Cylindrical-coordinate representation of color #1F7766: hue angle of 168.41º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7766 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB31119102-
CMYK0.7400.140.53
HSL168.41º58.67%29.41%-
HSV(B)168.41º73.95%46.67%-
XYZ9.5614.4414.85-
YUV90.75134.3585.38-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 119 (46.88% from 255) = 47.22%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=12.30%
G=47.22%
B=40.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal311191020.7400.140.53168.4158.6729.41
Hex1F77664A0E35a83b1d
Octal37167146112016652507335
Binary11111111011111001101001010011101101011010100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,119,102); }

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

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

 a { background-color: rgb(31,119,102); }

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

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

 span { border-color: rgb(31,119,102); }

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