Html Css Color HEX #268F80 Elm

📋 copy color: '#268F80'

red 38 ◦ green 143 ◦ blue 128

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

Shades of Elm #268F80

Tints of Elm #268F80

RGB

 RED value IS 38 (15.23% from 255) = 12.3%

 GREEN value IS 143 (56.25% from 255) = 46.28%

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 12.3%
G = 46.28%
B = 41.42%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#268F80 (or 0x268F80) is known color: 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

RGB 38 143 128 -
CMYK 0.73 0 0.10 0.44
HSL 171.43º 0.58% 0.35% -
HSV(B) 171.43º 0.73% 0.56% -
XYZ 14.52 21.62 23.83 -
YUV 109.9 138.21 76.72 -
System Red Green Blue C M Y K H S L
Decimal 38 143 128 0.73 0 0.10 0.44 171.43 0.58 0.35
Hex 26 8F 80 49 0 A 2C AB 3A 23
Octal 46 217 200 111 0 12 54 253 72 43
Binary 100110 10001111 10000000 1001001 0 1010 101100 10101011 111010 100011

Color Harmonies of #268F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268F80

Black with #268F80

Text Example


Text Example

White with #268F80

Text Example


Text Example

HTML Codes & Css Web 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>