Html Css Color HEX #238F7F Elm

📋 copy color: '#238F7F'

red 35 ◦ green 143 ◦ blue 127

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

Shades of Elm #238F7F

Tints of Elm #238F7F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.89%

 BLUE value IS 127 (50% from 255) = 41.64%

R = 11.48%
G = 46.89%
B = 41.64%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#238F7F (or 0x238F7F) is known color: Elm. HEX triplet: 23, 8F and 7F. RGB value is (35,143,127). Sum of RGB (Red+Green+Blue) = 35+143+127=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 143 - color contains mainly: green. Hex color #238F7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #238F7F is #DC7080. Grayscale: #6C6C6C. Windows color (decimal): -14446721 or 8359715. OLE color: 8359715.

HSL color Cylindrical-coordinate representation of color #238F7F: hue angle of 171.11º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #238F7F is Cyan = 0.76, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 35 143 127 -
CMYK 0.76 0 0.11 0.44
HSL 171.11º 0.61% 0.35% -
HSV(B) 171.11º 0.76% 0.56% -
XYZ 14.35 21.53 23.48 -
YUV 108.88 138.22 75.3 -
System Red Green Blue C M Y K H S L
Decimal 35 143 127 0.76 0 0.11 0.44 171.11 0.61 0.35
Hex 23 8F 7F 4C 0 B 2C AB 3D 23
Octal 43 217 177 114 0 13 54 253 75 43
Binary 100011 10001111 1111111 1001100 0 1011 101100 10101011 111101 100011

Color Harmonies of #238F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238F7F

Black with #238F7F

Text Example


Text Example

White with #238F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,143,127); }

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

background-color css

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

 a { background-color: rgb(35,143,127); }

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

border-color css

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

 span { border-color: rgb(35,143,127); }

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