#23BD94

Color #23BD94 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #23BD94

Tints of Mountain Meadow #23BD94

Color information

#23BD94 (or 0x23BD94) is unknown color: approx Mountain Meadow. HEX triplet: 23, BD and 94. RGB value is (35,189,148). Sum of RGB (Red+Green+Blue) = 35+189+148=372 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.41% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #23BD94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #23BD94 is #DC426B. Grayscale: #8A8A8A. Windows color (decimal): -14434924 or 9747747. OLE color: 9747747.

HSL color Cylindrical-coordinate representation of color #23BD94: hue angle of 164.03º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23BD94 is Cyan = 0.81, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB35189148-
CMYK0.8100.220.26
HSL164.03º68.75%43.92%-
HSV(B)164.03º81.48%74.12%-
XYZ24.2438.8934.25-
YUV138.28133.4854.33-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 9.41%
GREEN value IS 189 (74.22% from 255) = 50.81%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=9.41%
G=50.81%
B=39.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal351891480.8100.220.26164.0368.7543.92
Hex23BD94510161Aa4452c
Octal432752241210263224410554
Binary1000111011110110010100101000101011011010101001001000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23BD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,189,148); }

 H1.HeaderClassName
 {
   color: #23BD94;
 }
 .AnyTagClassName
 {
   color: #23BD94;
 }
</style>
background-color css

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

 a { background-color: rgb(35,189,148); }

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

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

 span { border-color: rgb(35,189,148); }

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