#10484B

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

Shades of Cyprus #10484B

Tints of Cyprus #10484B

Color information

#10484B (or 0x10484B) is unknown color: approx Cyprus. HEX triplet: 10, 48 and 4B. RGB value is (16,72,75). Sum of RGB (Red+Green+Blue) = 16+72+75=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 75 (29.69% from 255 or 46.01% from 163); Max value from RGB is 75 - color contains mainly: blue. Hex color #10484B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10484B is #EFB7B4. Grayscale: #373737. Windows color (decimal): -15710133 or 4933648. OLE color: 4933648.

HSL color Cylindrical-coordinate representation of color #10484B: hue angle of 183.05º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10484B is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB167275-
CMYK0.790.0400.71
HSL183.05º64.84%17.84%-
HSV(B)183.05º78.67%29.41%-
XYZ3.85.257.47-
YUV55.6138.9599.76-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 75 (29.69% from 255) = 46.01%
R=9.82%
G=44.17%
B=46.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1672750.790.0400.71183.0564.8417.84
Hex10484B4F4047b74112
Octal201101131174010726710122
Binary100001001000100101110011111000100011110110111100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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