#10855A

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

Shades of Deep Sea #10855A

Tints of Deep Sea #10855A

Color information

#10855A (or 0x10855A) is unknown color: approx Deep Sea. HEX triplet: 10, 85 and 5A. RGB value is (16,133,90). Sum of RGB (Red+Green+Blue) = 16+133+90=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 133 (52.34% from 255 or 55.65% from 239); Blue value is 90 (35.55% from 255 or 37.66% from 239); Max value from RGB is 133 - color contains mainly: green. Hex color #10855A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10855A is #EF7AA5. Grayscale: #5D5D5D. Windows color (decimal): -15694502 or 5932304. OLE color: 5932304.

HSL color Cylindrical-coordinate representation of color #10855A: hue angle of 157.95º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #10855A is Cyan = 0.88, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.

Color convert

RGB1613390-
CMYK0.8800.320.48
HSL157.95º78.52%29.22%-
HSV(B)157.95º87.97%52.16%-
XYZ10.4517.6212.52-
YUV93.12126.2473-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.69%
GREEN value IS 133 (52.34% from 255) = 55.65%
BLUE value IS 90 (35.55% from 255) = 37.66%
R=6.69%
G=55.65%
B=37.66%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16133900.8800.320.48157.9578.5229.22
Hex10855A58020309e4f1d
Octal202051321300406023611735
Binary100001000010110110101011000010000011000010011110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10855A; }

 p { color: rgb(16,133,90); }

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

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

 a { background-color: rgb(16,133,90); }

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

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

 span { border-color: rgb(16,133,90); }

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