Html Css Color HEX #25C08F Mountain Meadow

📋 copy color: '#25C08F'

red 37 ◦ green 192 ◦ blue 143

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

Shades of Mountain Meadow #25C08F

Tints of Mountain Meadow #25C08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.61%

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

R = 9.95%
G = 51.61%
B = 38.44%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#25C08F (or 0x25C08F) is known color: Mountain Meadow. HEX triplet: 25, C0 and 8F. RGB value is (37,192,143). Sum of RGB (Red+Green+Blue) = 37+192+143=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #25C08F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C08F is #DA3F70. Grayscale: #8C8C8C. Windows color (decimal): -14303089 or 9420837. OLE color: 9420837.

HSL color Cylindrical-coordinate representation of color #25C08F: hue angle of 161.03º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C08F is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 192 143 -
CMYK 0.81 0 0.26 0.25
HSL 161.03º 0.68% 0.45% -
HSV(B) 161.03º 0.81% 0.75% -
XYZ 24.57 40.08 32.43 -
YUV 140.07 129.65 54.48 -
System Red Green Blue C M Y K H S L
Decimal 37 192 143 0.81 0 0.26 0.25 161.03 0.68 0.45
Hex 25 C0 8F 51 0 1A 19 A1 44 2D
Octal 45 300 217 121 0 32 31 241 104 55
Binary 100101 11000000 10001111 1010001 0 11010 11001 10100001 1000100 101101

Color Harmonies of #25C08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C08F

Black with #25C08F

Text Example


Text Example

White with #25C08F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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