Html Css Color HEX #238B82 Elm

📋 copy color: '#238B82'

red 35 ◦ green 139 ◦ blue 130

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

Shades of Elm #238B82

Tints of Elm #238B82

RGB

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

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

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

R = 11.51%
G = 45.72%
B = 42.76%

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

#238B82 (or 0x238B82) is known color: Elm. HEX triplet: 23, 8B and 82. RGB value is (35,139,130). Sum of RGB (Red+Green+Blue) = 35+139+130=304 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.51% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #238B82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238B82 is #DC747D. Grayscale: #6A6A6A. Windows color (decimal): -14447742 or 8555299. OLE color: 8555299.

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

Color convert

RGB 35 139 130 -
CMYK 0.75 0 0.06 0.45
HSL 174.81º 0.6% 0.34% -
HSV(B) 174.81º 0.75% 0.55% -
XYZ 13.96 20.43 24.33 -
YUV 106.88 141.04 76.73 -
System Red Green Blue C M Y K H S L
Decimal 35 139 130 0.75 0 0.06 0.45 174.81 0.6 0.34
Hex 23 8B 82 4B 0 6 2D AF 3C 22
Octal 43 213 202 113 0 6 55 257 74 42
Binary 100011 10001011 10000010 1001011 0 110 101101 10101111 111100 100010

Color Harmonies of #238B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238B82

Black with #238B82

Text Example


Text Example

White with #238B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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