Html Css Color HEX #238B7A Elm

📋 copy color: '#238B7A'

red 35 ◦ green 139 ◦ blue 122

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

Shades of Elm #238B7A

Tints of Elm #238B7A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.96%

 BLUE value IS 122 (48.05% from 255) = 41.22%

R = 11.82%
G = 46.96%
B = 41.22%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#238B7A (or 0x238B7A) is known color: Elm. HEX triplet: 23, 8B and 7A. RGB value is (35,139,122). Sum of RGB (Red+Green+Blue) = 35+139+122=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 122 (48.05% from 255 or 41.22% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #238B7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B7A is #DC7485. Grayscale: #696969. Windows color (decimal): -14447750 or 8031011. OLE color: 8031011.

HSL color Cylindrical-coordinate representation of color #238B7A: hue angle of 170.19º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238B7A is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 139 122 -
CMYK 0.75 0 0.12 0.45
HSL 170.19º 0.6% 0.34% -
HSV(B) 170.19º 0.75% 0.55% -
XYZ 13.44 20.23 21.61 -
YUV 105.97 137.04 77.38 -
System Red Green Blue C M Y K H S L
Decimal 35 139 122 0.75 0 0.12 0.45 170.19 0.6 0.34
Hex 23 8B 7A 4B 0 C 2D AA 3C 22
Octal 43 213 172 113 0 14 55 252 74 42
Binary 100011 10001011 1111010 1001011 0 1100 101101 10101010 111100 100010

Color Harmonies of #238B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B7A

Black with #238B7A

Text Example


Text Example

White with #238B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,139,122); }

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

background-color css

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

 a { background-color: rgb(35,139,122); }

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

border-color css

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

 span { border-color: rgb(35,139,122); }

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