#155A70

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

Shades of Orient #155A70

Tints of Orient #155A70

Color information

#155A70 (or 0x155A70) is unknown color: approx Orient. HEX triplet: 15, 5A and 70. RGB value is (21,90,112). Sum of RGB (Red+Green+Blue) = 21+90+112=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 90 (35.55% from 255 or 40.36% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #155A70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A70 is #EAA58F. Grayscale: #474747. Windows color (decimal): -15377808 or 7363093. OLE color: 7363093.

HSL color Cylindrical-coordinate representation of color #155A70: hue angle of 194.51º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #155A70 is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2190112-
CMYK0.810.2000.56
HSL194.51º68.42%26.08%-
HSV(B)194.51º81.25%43.92%-
XYZ6.898.6416.63-
YUV71.88150.6491.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.42%
GREEN value IS 90 (35.55% from 255) = 40.36%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=9.42%
G=40.36%
B=50.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21901120.810.2000.56194.5168.4226.08
Hex155A705114038c3441a
Octal251321601212407030310432
Binary1010110110101110000101000110100011100011000011100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155A70; }

 p { color: rgb(21,90,112); }

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

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

 a { background-color: rgb(21,90,112); }

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

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

 span { border-color: rgb(21,90,112); }

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