#10494B

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

Shades of Cyprus #10494B

Tints of Cyprus #10494B

Color information

#10494B (or 0x10494B) is unknown color: approx Cyprus. HEX triplet: 10, 49 and 4B. RGB value is (16,73,75). Sum of RGB (Red+Green+Blue) = 16+73+75=164 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.76% from 164); Green value is 73 (28.91% from 255 or 44.51% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #10494B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10494B is #EFB6B4. Grayscale: #383838. Windows color (decimal): -15709877 or 4933904. OLE color: 4933904.

HSL color Cylindrical-coordinate representation of color #10494B: hue angle of 182.03º 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 #10494B is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB167375-
CMYK0.790.0300.71
HSL182.03º64.84%17.84%-
HSV(B)182.03º78.67%29.41%-
XYZ3.875.387.49-
YUV56.18138.6299.34-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.76%
GREEN value IS 73 (28.91% from 255) = 44.51%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=9.76%
G=44.51%
B=45.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1673750.790.0300.71182.0364.8417.84
Hex10494B4F3047b64112
Octal201111131173010726610122
Binary10000100100110010111001111110100011110110110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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