#108462

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

Shades of Deep Sea #108462

Tints of Deep Sea #108462

Color information

#108462 (or 0x108462) is unknown color: approx Deep Sea. HEX triplet: 10, 84 and 62. RGB value is (16,132,98). Sum of RGB (Red+Green+Blue) = 16+132+98=246 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.50% from 246); Green value is 132 (51.95% from 255 or 53.66% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 132 - color contains mainly: green. Hex color #108462 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108462 is #EF7B9D. Grayscale: #5D5D5D. Windows color (decimal): -15694750 or 6456336. OLE color: 6456336.

HSL color Cylindrical-coordinate representation of color #108462: hue angle of 162.41º degrees, saturation: 0.78, 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 #108462 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB1613298-
CMYK0.8800.260.48
HSL162.41º78.38%29.02%-
HSV(B)162.41º87.88%51.76%-
XYZ10.6717.4914.37-
YUV93.44130.5772.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.50%
GREEN value IS 132 (51.95% from 255) = 53.66%
BLUE value IS 98 (38.67% from 255) = 39.84%
R=6.50%
G=53.66%
B=39.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal16132980.8800.260.48162.4178.3829.02
Hex1084625801A30a24e1d
Octal202041421300326024211635
Binary10000100001001100010101100001101011000010100010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #108462; }

 p { color: rgb(16,132,98); }

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

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

 a { background-color: rgb(16,132,98); }

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

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

 span { border-color: rgb(16,132,98); }

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