#08554C

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

Shades of Cyprus #08554C

Tints of Cyprus #08554C

Color information

#08554C (or 0x08554C) is unknown color: approx Cyprus. HEX triplet: 08, 55 and 4C. RGB value is (8,85,76). Sum of RGB (Red+Green+Blue) = 8+85+76=169 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.73% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 76 (30.08% from 255 or 44.97% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #08554C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08554C is #F7AAB3. Grayscale: #3C3C3C. Windows color (decimal): -16231092 or 5002504. OLE color: 5002504.

HSL color Cylindrical-coordinate representation of color #08554C: hue angle of 172.99º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08554C is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB88576-
CMYK0.9100.110.67
HSL172.99º82.8%18.24%-
HSV(B)172.99º90.59%33.33%-
XYZ4.657.077.96-
YUV60.95136.4990.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.73%
GREEN value IS 85 (33.59% from 255) = 50.30%
BLUE value IS 76 (30.08% from 255) = 44.97%
R=4.73%
G=50.30%
B=44.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal885760.9100.110.67172.9982.818.24
Hex8554C5B0B43ad5312
Octal1012511413301310325512322
Binary100010101011001100101101101011100001110101101101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08554C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08554C; }

 p { color: rgb(8,85,76); }

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

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

 a { background-color: rgb(8,85,76); }

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

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

 span { border-color: rgb(8,85,76); }

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