Html Css Color HEX #268883 Elm

📋 copy color: '#268883'

red 38 ◦ green 136 ◦ blue 131

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

Shades of Elm #268883

Tints of Elm #268883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 44.59%

 BLUE value IS 131 (51.56% from 255) = 42.95%

R = 12.46%
G = 44.59%
B = 42.95%

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

#268883 (or 0x268883) is known color: Elm. HEX triplet: 26, 88 and 83. RGB value is (38,136,131). Sum of RGB (Red+Green+Blue) = 38+136+131=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 136 (53.52% from 255 or 44.59% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 136 - color contains mainly: green. Hex color #268883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #268883 is #D9777C. Grayscale: #6A6A6A. Windows color (decimal): -14251901 or 8620070. OLE color: 8620070.

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

Color convert

RGB 38 136 131 -
CMYK 0.72 0 0.04 0.47
HSL 176.94º 0.56% 0.34% -
HSV(B) 176.94º 0.72% 0.53% -
XYZ 13.7 19.66 24.55 -
YUV 106.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 38 136 131 0.72 0 0.04 0.47 176.94 0.56 0.34
Hex 26 88 83 48 0 4 2F B1 38 22
Octal 46 210 203 110 0 4 57 261 70 42
Binary 100110 10001000 10000011 1001000 0 100 101111 10110001 111000 100010

Color Harmonies of #268883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #268883

Black with #268883

Text Example


Text Example

White with #268883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #268883; }

 p { color: rgb(38,136,131); }

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

background-color css

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

 a { background-color: rgb(38,136,131); }

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

border-color css

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

 span { border-color: rgb(38,136,131); }

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