#06554B

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

Shades of Cyprus #06554B

Tints of Cyprus #06554B

Color information

#06554B (or 0x06554B) is unknown color: approx Cyprus. HEX triplet: 06, 55 and 4B. RGB value is (6,85,75). Sum of RGB (Red+Green+Blue) = 6+85+75=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 85 (33.59% from 255 or 51.20% from 166); Blue value is 75 (29.69% from 255 or 45.18% from 166); Max value from RGB is 85 - color contains mainly: green. Hex color #06554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06554B is #F9AAB4. Grayscale: #3C3C3C. Windows color (decimal): -16362165 or 4936966. OLE color: 4936966.

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

Color convert

RGB68575-
CMYK0.9300.120.67
HSL172.41º86.81%17.84%-
HSV(B)172.41º92.94%33.33%-
XYZ4.597.047.77-
YUV60.24136.3389.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 85 (33.59% from 255) = 51.20%
BLUE value IS 75 (29.69% from 255) = 45.18%
R=3.61%
G=51.20%
B=45.18%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal685750.9300.120.67172.4186.8117.84
Hex6554B5D0C43ac5712
Octal612511313501410325412722
Binary11010101011001011101110101100100001110101100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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