Html Css Color HEX #268A7F Elm

📋 copy color: '#268A7F'

red 38 ◦ green 138 ◦ blue 127

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

Shades of Elm #268A7F

Tints of Elm #268A7F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 45.54%

 BLUE value IS 127 (50% from 255) = 41.91%

R = 12.54%
G = 45.54%
B = 41.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#268A7F (or 0x268A7F) is known color: Elm. HEX triplet: 26, 8A and 7F. RGB value is (38,138,127). Sum of RGB (Red+Green+Blue) = 38+138+127=303 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.54% from 303); Green value is 138 (54.30% from 255 or 45.54% from 303); Blue value is 127 (50% from 255 or 41.91% from 303); Max value from RGB is 138 - color contains mainly: green. Hex color #268A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268A7F is #D97580. Grayscale: #6A6A6A. Windows color (decimal): -14251393 or 8358438. OLE color: 8358438.

HSL color Cylindrical-coordinate representation of color #268A7F: hue angle of 173.4º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #268A7F is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 38 138 127 -
CMYK 0.72 0 0.08 0.46
HSL 173.4º 0.57% 0.35% -
HSV(B) 173.4º 0.72% 0.54% -
XYZ 13.72 20.12 23.24 -
YUV 106.85 139.37 78.89 -
System Red Green Blue C M Y K H S L
Decimal 38 138 127 0.72 0 0.08 0.46 173.4 0.57 0.35
Hex 26 8A 7F 48 0 8 2E AD 39 23
Octal 46 212 177 110 0 10 56 255 71 43
Binary 100110 10001010 1111111 1001000 0 1000 101110 10101101 111001 100011

Color Harmonies of #268A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268A7F

Black with #268A7F

Text Example


Text Example

White with #268A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,138,127); }

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

background-color css

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

 a { background-color: rgb(38,138,127); }

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

border-color css

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

 span { border-color: rgb(38,138,127); }

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