#268F80

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

Shades of Elm #268F80

Tints of Elm #268F80

Color information

#268F80 (or 0x268F80) is unknown color: approx Elm. HEX triplet: 26, 8F and 80. RGB value is (38,143,128). Sum of RGB (Red+Green+Blue) = 38+143+128=309 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.30% from 309); Green value is 143 (56.25% from 255 or 46.28% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 143 - color contains mainly: green. Hex color #268F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268F80 is #D9707F. Grayscale: #6D6D6D. Windows color (decimal): -14250112 or 8425254. OLE color: 8425254.

HSL color Cylindrical-coordinate representation of color #268F80: hue angle of 171.43º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #268F80 is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB38143128-
CMYK0.7300.100.44
HSL171.43º58.01%35.49%-
HSV(B)171.43º73.43%56.08%-
XYZ14.5221.6223.83-
YUV109.89138.2176.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.30%
GREEN value IS 143 (56.25% from 255) = 46.28%
BLUE value IS 128 (50.39% from 255) = 41.42%
R=12.30%
G=46.28%
B=41.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381431280.7300.100.44171.4358.0135.49
Hex268F80490A2Cab3a23
Octal46217200111012542537243
Binary100110100011111000000010010010101010110010101011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,143,128); }

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

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

 a { background-color: rgb(38,143,128); }

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

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

 span { border-color: rgb(38,143,128); }

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