Html Css Color HEX #1B867B Elm

📋 copy color: '#1B867B'

red 27 ◦ green 134 ◦ blue 123

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

Shades of Elm #1B867B

Tints of Elm #1B867B

RGB

 RED value IS 27 (10.94% from 255) = 9.51%

 GREEN value IS 134 (52.73% from 255) = 47.18%

 BLUE value IS 123 (48.44% from 255) = 43.31%

R = 9.51%
G = 47.18%
B = 43.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#1B867B (or 0x1B867B) is known color: Elm. HEX triplet: 1B, 86 and 7B. RGB value is (27,134,123). Sum of RGB (Red+Green+Blue) = 27+134+123=284 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.51% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 123 (48.44% from 255 or 43.31% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #1B867B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1B867B is #E47984. Grayscale: #646464. Windows color (decimal): -14973317 or 8095259. OLE color: 8095259.

HSL color Cylindrical-coordinate representation of color #1B867B: hue angle of 173.83º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B867B is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 27 134 123 -
CMYK 0.80 0 0.08 0.47
HSL 173.83º 0.66% 0.32% -
HSV(B) 173.83º 0.8% 0.53% -
XYZ 12.55 18.71 21.69 -
YUV 100.75 140.55 75.39 -
System Red Green Blue C M Y K H S L
Decimal 27 134 123 0.80 0 0.08 0.47 173.83 0.66 0.32
Hex 1B 86 7B 50 0 8 2F AE 42 20
Octal 33 206 173 120 0 10 57 256 102 40
Binary 11011 10000110 1111011 1010000 0 1000 101111 10101110 1000010 100000

Color Harmonies of #1B867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B867B

Black with #1B867B

Text Example


Text Example

White with #1B867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B867B; }

 p { color: rgb(27,134,123); }

 H1.HeaderClassName
 {
   color: #1B867B;
 }
 .AnyTagClassName
 {
   color: #1B867B;
 }
</style>

background-color css

<style>
 a { background-color: #1B867B; }

 a { background-color: rgb(27,134,123); }

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

border-color css

<style>
 span { border-color: #1B867B; }

 span { border-color: rgb(27,134,123); }

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