Html Css Color HEX #238A7B Elm

📋 copy color: '#238A7B'

red 35 ◦ green 138 ◦ blue 123

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

Shades of Elm #238A7B

Tints of Elm #238A7B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.62%

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

R = 11.82%
G = 46.62%
B = 41.55%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#238A7B (or 0x238A7B) is known color: Elm. HEX triplet: 23, 8A and 7B. RGB value is (35,138,123). Sum of RGB (Red+Green+Blue) = 35+138+123=296 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.82% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #238A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238A7B is #DC7584. Grayscale: #696969. Windows color (decimal): -14448005 or 8096291. OLE color: 8096291.

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

Color convert

RGB 35 138 123 -
CMYK 0.75 0 0.11 0.46
HSL 171.26º 0.6% 0.34% -
HSV(B) 171.26º 0.75% 0.54% -
XYZ 13.36 19.96 21.89 -
YUV 105.49 137.88 77.72 -
System Red Green Blue C M Y K H S L
Decimal 35 138 123 0.75 0 0.11 0.46 171.26 0.6 0.34
Hex 23 8A 7B 4B 0 B 2E AB 3C 22
Octal 43 212 173 113 0 13 56 253 74 42
Binary 100011 10001010 1111011 1001011 0 1011 101110 10101011 111100 100010

Color Harmonies of #238A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238A7B

Black with #238A7B

Text Example


Text Example

White with #238A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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