Html Css Color HEX #238680 Elm

📋 copy color: '#238680'

red 35 ◦ green 134 ◦ blue 128

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

Shades of Elm #238680

Tints of Elm #238680

RGB

 RED value IS 35 (14.06% from 255) = 11.78%

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

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

R = 11.78%
G = 45.12%
B = 43.1%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#238680 (or 0x238680) is known color: Elm. HEX triplet: 23, 86 and 80. RGB value is (35,134,128). Sum of RGB (Red+Green+Blue) = 35+134+128=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 134 - color contains mainly: green. Hex color #238680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238680 is #DC797F. Grayscale: #676767. Windows color (decimal): -14449024 or 8422947. OLE color: 8422947.

HSL color Cylindrical-coordinate representation of color #238680: hue angle of 176.36º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #238680 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 35 134 128 -
CMYK 0.74 0 0.04 0.47
HSL 176.36º 0.59% 0.33% -
HSV(B) 176.36º 0.74% 0.53% -
XYZ 13.11 18.97 23.39 -
YUV 103.72 141.7 78.99 -
System Red Green Blue C M Y K H S L
Decimal 35 134 128 0.74 0 0.04 0.47 176.36 0.59 0.33
Hex 23 86 80 4A 0 4 2F B0 3B 21
Octal 43 206 200 112 0 4 57 260 73 41
Binary 100011 10000110 10000000 1001010 0 100 101111 10110000 111011 100001

Color Harmonies of #238680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238680

Black with #238680

Text Example


Text Example

White with #238680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238680; }

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

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

background-color css

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

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

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

border-color css

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

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

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