#10504B

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

Shades of Cyprus #10504B

Tints of Cyprus #10504B

Color information

#10504B (or 0x10504B) is unknown color: approx Cyprus. HEX triplet: 10, 50 and 4B. RGB value is (16,80,75). Sum of RGB (Red+Green+Blue) = 16+80+75=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 75 (29.69% from 255 or 43.86% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #10504B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10504B is #EFAFB4. Grayscale: #3C3C3C. Windows color (decimal): -15708085 or 4935696. OLE color: 4935696.

HSL color Cylindrical-coordinate representation of color #10504B: hue angle of 175.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10504B is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.

Color convert

RGB168075-
CMYK0.8000.060.69
HSL175.31º66.67%18.82%-
HSV(B)175.31º80%31.37%-
XYZ4.356.367.65-
YUV60.29136.396.41-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.36%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 75 (29.69% from 255) = 43.86%
R=9.36%
G=46.78%
B=43.86%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1680750.8000.060.69175.3166.6718.82
Hex10504B500645af4313
Octal201201131200610525710323
Binary100001010000100101110100000110100010110101111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10504B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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