#268B7C

Color #268B7C Elm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elm #268B7C

Tints of Elm #268B7C

Color information

#268B7C (or 0x268B7C) is unknown color: approx Elm. HEX triplet: 26, 8B and 7C. RGB value is (38,139,124). Sum of RGB (Red+Green+Blue) = 38+139+124=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 139 (54.69% from 255 or 46.18% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 139 - color contains mainly: green. Hex color #268B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268B7C is #D97483. Grayscale: #6B6B6B. Windows color (decimal): -14251140 or 8162086. OLE color: 8162086.

HSL color Cylindrical-coordinate representation of color #268B7C: hue angle of 171.09º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268B7C is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB38139124-
CMYK0.7300.110.45
HSL171.09º57.06%34.71%-
HSV(B)171.09º72.66%54.51%-
XYZ13.6720.3322.27-
YUV107.09137.5478.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.62%
GREEN value IS 139 (54.69% from 255) = 46.18%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=12.62%
G=46.18%
B=41.20%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381391240.7300.110.45171.0957.0634.71
Hex268B7C490B2Dab3923
Octal46213174111013552537143
Binary10011010001011111110010010010101110110110101011111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268B7C; }

 p { color: rgb(38,139,124); }

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

<style>
 a { background-color: #268B7C; }

 a { background-color: rgb(38,139,124); }

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

<style>
 span { border-color: #268B7C; }

 span { border-color: rgb(38,139,124); }

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