Html Css Color HEX #268682 Elm

📋 copy color: '#268682'

red 38 ◦ green 134 ◦ blue 130

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

Shades of Elm #268682

Tints of Elm #268682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.05%

R = 12.58%
G = 44.37%
B = 43.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#268682 (or 0x268682) is known color: Elm. HEX triplet: 26, 86 and 82. RGB value is (38,134,130). Sum of RGB (Red+Green+Blue) = 38+134+130=302 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.58% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 130 (51.17% from 255 or 43.05% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #268682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268682 is #D9797D. Grayscale: #686868. Windows color (decimal): -14252414 or 8554022. OLE color: 8554022.

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

Color convert

RGB 38 134 130 -
CMYK 0.72 0 0.03 0.47
HSL 177.5º 0.56% 0.34% -
HSV(B) 177.5º 0.72% 0.53% -
XYZ 13.35 19.07 24.1 -
YUV 104.84 142.2 80.33 -
System Red Green Blue C M Y K H S L
Decimal 38 134 130 0.72 0 0.03 0.47 177.5 0.56 0.34
Hex 26 86 82 48 0 3 2F B2 38 22
Octal 46 206 202 110 0 3 57 262 70 42
Binary 100110 10000110 10000010 1001000 0 11 101111 10110010 111000 100010

Color Harmonies of #268682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268682

Black with #268682

Text Example


Text Example

White with #268682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268682; }

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

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

background-color css

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

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

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

border-color css

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

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

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