Html Css Color HEX #155D71 Orient

📋 copy color: '#155D71'

red 21 ◦ green 93 ◦ blue 113

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

Shades of Orient #155D71

Tints of Orient #155D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.78%

R = 9.25%
G = 40.97%
B = 49.78%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#155D71 (or 0x155D71) is known color: Orient. HEX triplet: 15, 5D and 71. RGB value is (21,93,113). Sum of RGB (Red+Green+Blue) = 21+93+113=227 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.25% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #155D71 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155D71 is #EAA28E. Grayscale: #494949. Windows color (decimal): -15377039 or 7429397. OLE color: 7429397.

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

Color convert

RGB 21 93 113 -
CMYK 0.81 0.18 0 0.56
HSL 193.04º 0.69% 0.26% -
HSV(B) 193.04º 0.81% 0.44% -
XYZ 7.2 9.18 17.02 -
YUV 73.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 21 93 113 0.81 0.18 0 0.56 193.04 0.69 0.26
Hex 15 5D 71 51 12 0 38 C1 45 1A
Octal 25 135 161 121 22 0 70 301 105 32
Binary 10101 1011101 1110001 1010001 10010 0 111000 11000001 1000101 11010

Color Harmonies of #155D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155D71

Black with #155D71

Text Example


Text Example

White with #155D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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