Html Css Color HEX #238B83 Elm

📋 copy color: '#238B83'

red 35 ◦ green 139 ◦ blue 131

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

Shades of Elm #238B83

Tints of Elm #238B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.95%

R = 11.48%
G = 45.57%
B = 42.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.45

RGB Variations

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

Color information

#238B83 (or 0x238B83) is known color: Elm. HEX triplet: 23, 8B and 83. RGB value is (35,139,131). Sum of RGB (Red+Green+Blue) = 35+139+131=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 139 (54.69% from 255 or 45.57% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 139 - color contains mainly: green. Hex color #238B83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B83 is #DC747C. Grayscale: #6A6A6A. Windows color (decimal): -14447741 or 8620835. OLE color: 8620835.

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

Color convert

RGB 35 139 131 -
CMYK 0.75 0 0.06 0.45
HSL 175.38º 0.6% 0.34% -
HSV(B) 175.38º 0.75% 0.55% -
XYZ 14.02 20.46 24.68 -
YUV 106.99 141.54 76.65 -
System Red Green Blue C M Y K H S L
Decimal 35 139 131 0.75 0 0.06 0.45 175.38 0.6 0.34
Hex 23 8B 83 4B 0 6 2D AF 3C 22
Octal 43 213 203 113 0 6 55 257 74 42
Binary 100011 10001011 10000011 1001011 0 110 101101 10101111 111100 100010

Color Harmonies of #238B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B83

Black with #238B83

Text Example


Text Example

White with #238B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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