#015143

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

Shades of Cyprus #015143

Tints of Cyprus #015143

Color information

#015143 (or 0x015143) is unknown color: approx Cyprus. HEX triplet: 01, 51 and 43. RGB value is (1,81,67). Sum of RGB (Red+Green+Blue) = 1+81+67=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 81 (32.03% from 255 or 54.36% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 81 - color contains mainly: green. Hex color #015143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015143 is #FEAEBC. Grayscale: #373737. Windows color (decimal): -16690877 or 4411649. OLE color: 4411649.

HSL color Cylindrical-coordinate representation of color #015143: hue angle of 169.5º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015143 is Cyan = 0.99, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB18167-
CMYK0.9900.170.68
HSL169.5º97.56%16.08%-
HSV(B)169.5º98.77%31.76%-
XYZ3.976.36.32-
YUV55.48134.589.14-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 81 (32.03% from 255) = 54.36%
BLUE value IS 67 (26.56% from 255) = 44.97%
R=0.67%
G=54.36%
B=44.97%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal181670.9900.170.68169.597.5616.08
Hex151436301144aa6210
Octal112110314302110425214220
Binary1101000110000111100011010001100010010101010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015143; }

 p { color: rgb(1,81,67); }

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

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

 a { background-color: rgb(1,81,67); }

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

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

 span { border-color: rgb(1,81,67); }

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