Html Css Color HEX #25BC8F Mountain Meadow

📋 copy color: '#25BC8F'

red 37 ◦ green 188 ◦ blue 143

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

Shades of Mountain Meadow #25BC8F

Tints of Mountain Meadow #25BC8F

RGB

 RED value IS 37 (14.84% from 255) = 10.05%

 GREEN value IS 188 (73.83% from 255) = 51.09%

 BLUE value IS 143 (56.25% from 255) = 38.86%

R = 10.05%
G = 51.09%
B = 38.86%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#25BC8F (or 0x25BC8F) is known color: Mountain Meadow. HEX triplet: 25, BC and 8F. RGB value is (37,188,143). Sum of RGB (Red+Green+Blue) = 37+188+143=368 (48% of max value = 765). Red value is 37 (14.84% from 255 or 10.05% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BC8F is #DA4370. Grayscale: #898989. Windows color (decimal): -14304113 or 9419813. OLE color: 9419813.

HSL color Cylindrical-coordinate representation of color #25BC8F: hue angle of 162.12º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BC8F is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 188 143 -
CMYK 0.80 0 0.24 0.26
HSL 162.12º 0.67% 0.44% -
HSV(B) 162.12º 0.8% 0.74% -
XYZ 23.7 38.34 32.14 -
YUV 137.72 130.97 56.16 -
System Red Green Blue C M Y K H S L
Decimal 37 188 143 0.80 0 0.24 0.26 162.12 0.67 0.44
Hex 25 BC 8F 50 0 18 1A A2 43 2C
Octal 45 274 217 120 0 30 32 242 103 54
Binary 100101 10111100 10001111 1010000 0 11000 11010 10100010 1000011 101100

Color Harmonies of #25BC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC8F

Black with #25BC8F

Text Example


Text Example

White with #25BC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25BC8F; }

 p { color: rgb(37,188,143); }

 H1.HeaderClassName
 {
   color: #25BC8F;
 }
 .AnyTagClassName
 {
   color: #25BC8F;
 }
</style>

background-color css

<style>
 a { background-color: #25BC8F; }

 a { background-color: rgb(37,188,143); }

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

border-color css

<style>
 span { border-color: #25BC8F; }

 span { border-color: rgb(37,188,143); }

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