Html Css Color HEX #155D70 Orient

📋 copy color: '#155D70'

red 21 ◦ green 93 ◦ blue 112

#155D70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #155D70

Tints of Orient #155D70

RGB

 RED value IS 21 (8.59% from 255) = 9.29%

 GREEN value IS 93 (36.72% from 255) = 41.15%

 BLUE value IS 112 (44.14% from 255) = 49.56%

R = 9.29%
G = 41.15%
B = 49.56%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#155D70 (or 0x155D70) is known color: Orient. HEX triplet: 15, 5D and 70. RGB value is (21,93,112). Sum of RGB (Red+Green+Blue) = 21+93+112=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 112 (44.14% from 255 or 49.56% from 226); Max value from RGB is 112 - color contains mainly: blue. Hex color #155D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D70 is #EAA28F. Grayscale: #494949. Windows color (decimal): -15377040 or 7363861. OLE color: 7363861.

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

Color convert

RGB 21 93 112 -
CMYK 0.81 0.17 0 0.56
HSL 192.53º 0.68% 0.26% -
HSV(B) 192.53º 0.81% 0.44% -
XYZ 7.15 9.16 16.72 -
YUV 73.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 21 93 112 0.81 0.17 0 0.56 192.53 0.68 0.26
Hex 15 5D 70 51 11 0 38 C1 44 1A
Octal 25 135 160 121 21 0 70 301 104 32
Binary 10101 1011101 1110000 1010001 10001 0 111000 11000001 1000100 11010

Color Harmonies of #155D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D70

Black with #155D70

Text Example


Text Example

White with #155D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #155D70;
 }
 .AnyTagClassName
 {
   color: #155D70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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