#0D5550

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

Shades of Cyprus #0D5550

Tints of Cyprus #0D5550

Color information

#0D5550 (or 0x0D5550) is unknown color: approx Cyprus. HEX triplet: 0D, 55 and 50. RGB value is (13,85,80). Sum of RGB (Red+Green+Blue) = 13+85+80=178 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.30% from 178); Green value is 85 (33.59% from 255 or 47.75% from 178); Blue value is 80 (31.64% from 255 or 44.94% from 178); Max value from RGB is 85 - color contains mainly: green. Hex color #0D5550 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D5550 is #F2AAAF. Grayscale: #3E3E3E. Windows color (decimal): -15903408 or 5264653. OLE color: 5264653.

HSL color Cylindrical-coordinate representation of color #0D5550: hue angle of 175.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D5550 is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB138580-
CMYK0.8500.060.67
HSL175.83º73.47%19.22%-
HSV(B)175.83º84.71%33.33%-
XYZ4.867.168.72-
YUV62.9137.6592.41-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 7.30%
GREEN value IS 85 (33.59% from 255) = 47.75%
BLUE value IS 80 (31.64% from 255) = 44.94%
R=7.30%
G=47.75%
B=44.94%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1385800.8500.060.67175.8373.4719.22
HexD5550550643b04913
Octal151251201250610326011123
Binary11011010101101000010101010110100001110110000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D5550; }

 p { color: rgb(13,85,80); }

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

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

 a { background-color: rgb(13,85,80); }

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

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

 span { border-color: rgb(13,85,80); }

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