#0A554B

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

Shades of Cyprus #0A554B

Tints of Cyprus #0A554B

Color information

#0A554B (or 0x0A554B) is unknown color: approx Cyprus. HEX triplet: 0A, 55 and 4B. RGB value is (10,85,75). Sum of RGB (Red+Green+Blue) = 10+85+75=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 85 (33.59% from 255 or 50% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 85 - color contains mainly: green. Hex color #0A554B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A554B is #F5AAB4. Grayscale: #3D3D3D. Windows color (decimal): -16100021 or 4936970. OLE color: 4936970.

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

Color convert

RGB108575-
CMYK0.8800.120.67
HSL172º78.95%18.63%-
HSV(B)172º88.24%33.33%-
XYZ4.647.077.78-
YUV61.44135.6591.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.88%
GREEN value IS 85 (33.59% from 255) = 50%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=5.88%
G=50%
B=44.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1085750.8800.120.6717278.9518.63
HexA554B580C43ac4f13
Octal1212511313001410325411723
Binary101010101011001011101100001100100001110101100100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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