#155C70

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

Shades of Orient #155C70

Tints of Orient #155C70

Color information

#155C70 (or 0x155C70) is unknown color: approx Orient. HEX triplet: 15, 5C and 70. RGB value is (21,92,112). Sum of RGB (Red+Green+Blue) = 21+92+112=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 112 (44.14% from 255 or 49.78% from 225); Max value from RGB is 112 - color contains mainly: blue. Hex color #155C70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155C70 is #EAA38F. Grayscale: #484848. Windows color (decimal): -15377296 or 7363605. OLE color: 7363605.

HSL color Cylindrical-coordinate representation of color #155C70: hue angle of 193.19º 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 #155C70 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2192112-
CMYK0.810.1800.56
HSL193.19º68.42%26.08%-
HSV(B)193.19º81.25%43.92%-
XYZ7.068.9816.69-
YUV73.05149.9890.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 112 (44.14% from 255) = 49.78%
R=9.33%
G=40.89%
B=49.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21921120.810.1800.56193.1968.4226.08
Hex155C705112038c1441a
Octal251341601212207030110432
Binary1010110111001110000101000110010011100011000001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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