Html Css Color HEX #238C82 Elm

📋 copy color: '#238C82'

red 35 ◦ green 140 ◦ blue 130

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

Shades of Elm #238C82

Tints of Elm #238C82

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.9%

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

R = 11.48%
G = 45.9%
B = 42.62%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#238C82 (or 0x238C82) is known color: Elm. HEX triplet: 23, 8C and 82. RGB value is (35,140,130). Sum of RGB (Red+Green+Blue) = 35+140+130=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 140 (55.08% from 255 or 45.90% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 140 - color contains mainly: green. Hex color #238C82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238C82 is #DC737D. Grayscale: #6B6B6B. Windows color (decimal): -14447486 or 8555555. OLE color: 8555555.

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

Color convert

RGB 35 140 130 -
CMYK 0.75 0 0.07 0.45
HSL 174.29º 0.6% 0.34% -
HSV(B) 174.29º 0.75% 0.55% -
XYZ 14.1 20.73 24.38 -
YUV 107.47 140.71 76.31 -
System Red Green Blue C M Y K H S L
Decimal 35 140 130 0.75 0 0.07 0.45 174.29 0.6 0.34
Hex 23 8C 82 4B 0 7 2D AE 3C 22
Octal 43 214 202 113 0 7 55 256 74 42
Binary 100011 10001100 10000010 1001011 0 111 101101 10101110 111100 100010

Color Harmonies of #238C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238C82

Black with #238C82

Text Example


Text Example

White with #238C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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