Html Css Color HEX #268681 Elm

📋 copy color: '#268681'

red 38 ◦ green 134 ◦ blue 129

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

Shades of Elm #268681

Tints of Elm #268681

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 42.86%

R = 12.62%
G = 44.52%
B = 42.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#268681 (or 0x268681) is known color: Elm. HEX triplet: 26, 86 and 81. RGB value is (38,134,129). Sum of RGB (Red+Green+Blue) = 38+134+129=301 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.62% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #268681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268681 is #D9797E. Grayscale: #686868. Windows color (decimal): -14252415 or 8488486. OLE color: 8488486.

HSL color Cylindrical-coordinate representation of color #268681: hue angle of 176.88º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268681 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 134 129 -
CMYK 0.72 0 0.04 0.47
HSL 176.88º 0.56% 0.34% -
HSV(B) 176.88º 0.72% 0.53% -
XYZ 13.29 19.05 23.75 -
YUV 104.73 141.7 80.41 -
System Red Green Blue C M Y K H S L
Decimal 38 134 129 0.72 0 0.04 0.47 176.88 0.56 0.34
Hex 26 86 81 48 0 4 2F B1 38 22
Octal 46 206 201 110 0 4 57 261 70 42
Binary 100110 10000110 10000001 1001000 0 100 101111 10110001 111000 100010

Color Harmonies of #268681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268681

Black with #268681

Text Example


Text Example

White with #268681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268681; }

 p { color: rgb(38,134,129); }

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

background-color css

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

 a { background-color: rgb(38,134,129); }

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

border-color css

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

 span { border-color: rgb(38,134,129); }

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