Html Css Color HEX #238E82 Elm

📋 copy color: '#238E82'

red 35 ◦ green 142 ◦ blue 130

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

Shades of Elm #238E82

Tints of Elm #238E82

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.25%

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

R = 11.4%
G = 46.25%
B = 42.35%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#238E82 (or 0x238E82) is known color: Elm. HEX triplet: 23, 8E and 82. RGB value is (35,142,130). Sum of RGB (Red+Green+Blue) = 35+142+130=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 142 - color contains mainly: green. Hex color #238E82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238E82 is #DC717D. Grayscale: #6C6C6C. Windows color (decimal): -14446974 or 8556067. OLE color: 8556067.

HSL color Cylindrical-coordinate representation of color #238E82: hue angle of 173.27º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238E82 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 142 130 -
CMYK 0.75 0 0.08 0.44
HSL 173.27º 0.6% 0.35% -
HSV(B) 173.27º 0.75% 0.56% -
XYZ 14.4 21.32 24.47 -
YUV 108.64 140.05 75.48 -
System Red Green Blue C M Y K H S L
Decimal 35 142 130 0.75 0 0.08 0.44 173.27 0.6 0.35
Hex 23 8E 82 4B 0 8 2C AD 3C 23
Octal 43 216 202 113 0 10 54 255 74 43
Binary 100011 10001110 10000010 1001011 0 1000 101100 10101101 111100 100011

Color Harmonies of #238E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238E82

Black with #238E82

Text Example


Text Example

White with #238E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238E82; }

 p { color: rgb(35,142,130); }

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

background-color css

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

 a { background-color: rgb(35,142,130); }

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

border-color css

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

 span { border-color: rgb(35,142,130); }

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