#104A4B

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

Shades of Cyprus #104A4B

Tints of Cyprus #104A4B

Color information

#104A4B (or 0x104A4B) is unknown color: approx Cyprus. HEX triplet: 10, 4A and 4B. RGB value is (16,74,75). Sum of RGB (Red+Green+Blue) = 16+74+75=165 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.70% from 165); Green value is 74 (29.30% from 255 or 44.85% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 75 - color contains mainly: blue. Hex color #104A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104A4B is #EFB5B4. Grayscale: #383838. Windows color (decimal): -15709621 or 4934160. OLE color: 4934160.

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

Color convert

RGB167475-
CMYK0.790.0100.71
HSL181.02º64.84%17.84%-
HSV(B)181.02º78.67%29.41%-
XYZ3.935.527.51-
YUV56.77138.2898.92-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.70%
GREEN value IS 74 (29.30% from 255) = 44.85%
BLUE value IS 75 (29.69% from 255) = 45.45%
R=9.70%
G=44.85%
B=45.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1674750.790.0100.71181.0264.8417.84
Hex104A4B4F1047b54112
Octal201121131171010726510122
Binary1000010010101001011100111110100011110110101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104A4B; }

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

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

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

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

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

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

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

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