Html Css Color HEX #23B385 Mountain Meadow

📋 copy color: '#23B385'

red 35 ◦ green 179 ◦ blue 133

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

Shades of Mountain Meadow #23B385

Tints of Mountain Meadow #23B385

RGB

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

 GREEN value IS 179 (70.31% from 255) = 51.59%

 BLUE value IS 133 (52.34% from 255) = 38.33%

R = 10.09%
G = 51.59%
B = 38.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#23B385 (or 0x23B385) is known color: Mountain Meadow. HEX triplet: 23, B3 and 85. RGB value is (35,179,133). Sum of RGB (Red+Green+Blue) = 35+179+133=347 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.09% from 347); Green value is 179 (70.31% from 255 or 51.59% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 179 - color contains mainly: green. Hex color #23B385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23B385 is #DC4C7A. Grayscale: #828282. Windows color (decimal): -14437499 or 8762147. OLE color: 8762147.

HSL color Cylindrical-coordinate representation of color #23B385: hue angle of 160.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23B385 is Cyan = 0.80, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 35 179 133 -
CMYK 0.80 0 0.26 0.30
HSL 160.83º 0.67% 0.42% -
HSV(B) 160.83º 0.8% 0.7% -
XYZ 21.05 34.29 27.7 -
YUV 130.7 129.29 59.74 -
System Red Green Blue C M Y K H S L
Decimal 35 179 133 0.80 0 0.26 0.30 160.83 0.67 0.42
Hex 23 B3 85 50 0 1A 1E A1 43 2A
Octal 43 263 205 120 0 32 36 241 103 52
Binary 100011 10110011 10000101 1010000 0 11010 11110 10100001 1000011 101010

Color Harmonies of #23B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23B385

Black with #23B385

Text Example


Text Example

White with #23B385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23B385; }

 p { color: rgb(35,179,133); }

 H1.HeaderClassName
 {
   color: #23B385;
 }
 .AnyTagClassName
 {
   color: #23B385;
 }
</style>

background-color css

<style>
 a { background-color: #23B385; }

 a { background-color: rgb(35,179,133); }

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

border-color css

<style>
 span { border-color: #23B385; }

 span { border-color: rgb(35,179,133); }

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