#10554B

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

Shades of Cyprus #10554B

Tints of Cyprus #10554B

Color information

#10554B (or 0x10554B) is unknown color: approx Cyprus. HEX triplet: 10, 55 and 4B. RGB value is (16,85,75). Sum of RGB (Red+Green+Blue) = 16+85+75=176 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.09% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 75 (29.69% from 255 or 42.61% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #10554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10554B is #EFAAB4. Grayscale: #3F3F3F. Windows color (decimal): -15706805 or 4936976. OLE color: 4936976.

HSL color Cylindrical-coordinate representation of color #10554B: hue angle of 171.3º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #10554B is Cyan = 0.81, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB168575-
CMYK0.8100.120.67
HSL171.3º68.32%19.8%-
HSV(B)171.3º81.18%33.33%-
XYZ4.737.127.78-
YUV63.23134.6494.31-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.09%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 75 (29.69% from 255) = 42.61%
R=9.09%
G=48.30%
B=42.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1685750.8100.120.67171.368.3219.8
Hex10554B510C43ab4414
Octal2012511312101410325310424
Binary1000010101011001011101000101100100001110101011100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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