#127765

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

Shades of Deep Sea #127765

Tints of Deep Sea #127765

Color information

#127765 (or 0x127765) is unknown color: approx Deep Sea. HEX triplet: 12, 77 and 65. RGB value is (18,119,101). Sum of RGB (Red+Green+Blue) = 18+119+101=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 119 (46.88% from 255 or 50% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 119 - color contains mainly: green. Hex color #127765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127765 is #ED889A. Grayscale: #565656. Windows color (decimal): -15567003 or 6649618. OLE color: 6649618.

HSL color Cylindrical-coordinate representation of color #127765: hue angle of 169.31º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127765 is Cyan = 0.85, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB18119101-
CMYK0.8500.150.53
HSL169.31º73.72%26.86%-
HSV(B)169.31º84.87%46.67%-
XYZ9.214.2614.58-
YUV86.75136.0478.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 119 (46.88% from 255) = 50%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=7.56%
G=50%
B=42.44%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal181191010.8500.150.53169.3173.7226.86
Hex127765550F35a94a1b
Octal221671451250176525111233
Binary100101110111110010110101010111111010110101001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127765; }

 p { color: rgb(18,119,101); }

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

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

 a { background-color: rgb(18,119,101); }

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

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

 span { border-color: rgb(18,119,101); }

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