Html Css Color HEX #238B7B Elm

📋 copy color: '#238B7B'

red 35 ◦ green 139 ◦ blue 123

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

Shades of Elm #238B7B

Tints of Elm #238B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.41%

R = 11.78%
G = 46.8%
B = 41.41%

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

#238B7B (or 0x238B7B) is known color: Elm. HEX triplet: 23, 8B and 7B. RGB value is (35,139,123). Sum of RGB (Red+Green+Blue) = 35+139+123=297 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.78% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #238B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238B7B is #DC7484. Grayscale: #6A6A6A. Windows color (decimal): -14447749 or 8096547. OLE color: 8096547.

HSL color Cylindrical-coordinate representation of color #238B7B: hue angle of 170.77º 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 #238B7B is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 139 123 -
CMYK 0.75 0 0.12 0.45
HSL 170.77º 0.6% 0.34% -
HSV(B) 170.77º 0.75% 0.55% -
XYZ 13.5 20.25 21.94 -
YUV 106.08 137.54 77.3 -
System Red Green Blue C M Y K H S L
Decimal 35 139 123 0.75 0 0.12 0.45 170.77 0.6 0.34
Hex 23 8B 7B 4B 0 C 2D AB 3C 22
Octal 43 213 173 113 0 14 55 253 74 42
Binary 100011 10001011 1111011 1001011 0 1100 101101 10101011 111100 100010

Color Harmonies of #238B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B7B

Black with #238B7B

Text Example


Text Example

White with #238B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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