#138763

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

Shades of Deep Sea #138763

Tints of Deep Sea #138763

Color information

#138763 (or 0x138763) is unknown color: approx Deep Sea. HEX triplet: 13, 87 and 63. RGB value is (19,135,99). Sum of RGB (Red+Green+Blue) = 19+135+99=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #138763 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #138763 is #EC789C. Grayscale: #606060. Windows color (decimal): -15497373 or 6522643. OLE color: 6522643.

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

Color convert

RGB1913599-
CMYK0.8600.270.47
HSL161.38º75.32%30.2%-
HSV(B)161.38º85.93%52.94%-
XYZ11.1818.3714.76-
YUV96.21129.5772.93-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.51%
GREEN value IS 135 (53.12% from 255) = 53.36%
BLUE value IS 99 (39.06% from 255) = 39.13%
R=7.51%
G=53.36%
B=39.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal19135990.8600.270.47161.3875.3230.2
Hex1387635601B2Fa14b1e
Octal232071431260335724111336
Binary10011100001111100011101011001101110111110100001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #138763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #138763; }

 p { color: rgb(19,135,99); }

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

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

 a { background-color: rgb(19,135,99); }

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

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

 span { border-color: rgb(19,135,99); }

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