Html Css Color HEX #268680 Elm

📋 copy color: '#268680'

red 38 ◦ green 134 ◦ blue 128

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

Shades of Elm #268680

Tints of Elm #268680

RGB

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

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

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

R = 12.67%
G = 44.67%
B = 42.67%

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

#268680 (or 0x268680) is known color: Elm. HEX triplet: 26, 86 and 80. RGB value is (38,134,128). Sum of RGB (Red+Green+Blue) = 38+134+128=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 128 (50.39% from 255 or 42.67% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #268680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268680 is #D9797F. Grayscale: #686868. Windows color (decimal): -14252416 or 8422950. OLE color: 8422950.

HSL color Cylindrical-coordinate representation of color #268680: hue angle of 176.25º 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 #268680 is Cyan = 0.72, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 134 128 -
CMYK 0.72 0 0.04 0.47
HSL 176.25º 0.56% 0.34% -
HSV(B) 176.25º 0.72% 0.53% -
XYZ 13.22 19.02 23.4 -
YUV 104.61 141.2 80.49 -
System Red Green Blue C M Y K H S L
Decimal 38 134 128 0.72 0 0.04 0.47 176.25 0.56 0.34
Hex 26 86 80 48 0 4 2F B0 38 22
Octal 46 206 200 110 0 4 57 260 70 42
Binary 100110 10000110 10000000 1001000 0 100 101111 10110000 111000 100010

Color Harmonies of #268680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268680

Black with #268680

Text Example


Text Example

White with #268680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268680; }

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

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

background-color css

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

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

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

border-color css

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

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

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