#10624B

Color #10624B Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #10624B

Tints of Jewel #10624B

Color information

#10624B (or 0x10624B) is unknown color: approx Jewel. HEX triplet: 10, 62 and 4B. RGB value is (16,98,75). Sum of RGB (Red+Green+Blue) = 16+98+75=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 98 (38.67% from 255 or 51.85% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 98 - color contains mainly: green. Hex color #10624B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10624B is #EF9DB4. Grayscale: #464646. Windows color (decimal): -15703477 or 4940304. OLE color: 4940304.

HSL color Cylindrical-coordinate representation of color #10624B: hue angle of 163.17º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #10624B is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB169875-
CMYK0.8400.230.62
HSL163.17º71.93%22.35%-
HSV(B)163.17º83.67%38.43%-
XYZ5.859.358.15-
YUV70.86130.3388.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 98 (38.67% from 255) = 51.85%
BLUE value IS 75 (29.69% from 255) = 39.68%
R=8.47%
G=51.85%
B=39.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1698750.8400.230.62163.1771.9322.35
Hex10624B540173Ea34816
Octal201421131240277624311026
Binary1000011000101001011101010001011111111010100011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10624B; }

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

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

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

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

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

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

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

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