Html Css Color HEX #268D7D Elm

📋 copy color: '#268D7D'

red 38 ◦ green 141 ◦ blue 125

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

Shades of Elm #268D7D

Tints of Elm #268D7D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 46.38%

 BLUE value IS 125 (49.22% from 255) = 41.12%

R = 12.5%
G = 46.38%
B = 41.12%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#268D7D (or 0x268D7D) is known color: Elm. HEX triplet: 26, 8D and 7D. RGB value is (38,141,125). Sum of RGB (Red+Green+Blue) = 38+141+125=304 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.5% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #268D7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268D7D is #D97282. Grayscale: #6C6C6C. Windows color (decimal): -14250627 or 8228134. OLE color: 8228134.

HSL color Cylindrical-coordinate representation of color #268D7D: hue angle of 170.68º degrees, saturation: 0.58, 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 #268D7D is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 141 125 -
CMYK 0.73 0 0.11 0.45
HSL 170.68º 0.58% 0.35% -
HSV(B) 170.68º 0.73% 0.55% -
XYZ 14.03 20.94 22.71 -
YUV 108.38 137.38 77.8 -
System Red Green Blue C M Y K H S L
Decimal 38 141 125 0.73 0 0.11 0.45 170.68 0.58 0.35
Hex 26 8D 7D 49 0 B 2D AB 3A 23
Octal 46 215 175 111 0 13 55 253 72 43
Binary 100110 10001101 1111101 1001001 0 1011 101101 10101011 111010 100011

Color Harmonies of #268D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268D7D

Black with #268D7D

Text Example


Text Example

White with #268D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,141,125); }

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

background-color css

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

 a { background-color: rgb(38,141,125); }

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

border-color css

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

 span { border-color: rgb(38,141,125); }

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