Html Css Color HEX #155B6F Orient

📋 copy color: '#155B6F'

red 21 ◦ green 91 ◦ blue 111

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

Shades of Orient #155B6F

Tints of Orient #155B6F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.81%

 BLUE value IS 111 (43.75% from 255) = 49.78%

R = 9.42%
G = 40.81%
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

#155B6F (or 0x155B6F) is known color: Orient. HEX triplet: 15, 5B and 6F. RGB value is (21,91,111). Sum of RGB (Red+Green+Blue) = 21+91+111=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 91 (35.94% from 255 or 40.81% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #155B6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B6F is #EAA490. Grayscale: #484848. Windows color (decimal): -15377553 or 7297813. OLE color: 7297813.

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

Color convert

RGB 21 91 111 -
CMYK 0.81 0.18 0 0.56
HSL 193.33º 0.68% 0.26% -
HSV(B) 193.33º 0.81% 0.44% -
XYZ 6.92 8.79 16.37 -
YUV 72.35 149.81 91.37 -
System Red Green Blue C M Y K H S L
Decimal 21 91 111 0.81 0.18 0 0.56 193.33 0.68 0.26
Hex 15 5B 6F 51 12 0 38 C1 44 1A
Octal 25 133 157 121 22 0 70 301 104 32
Binary 10101 1011011 1101111 1010001 10010 0 111000 11000001 1000100 11010

Color Harmonies of #155B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #155B6F

Black with #155B6F

Text Example


Text Example

White with #155B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,91,111); }

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

background-color css

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

 a { background-color: rgb(21,91,111); }

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

border-color css

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

 span { border-color: rgb(21,91,111); }

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