Html Css Color HEX #25C196 Shamrock

📋 copy color: '#25C196'

red 37 ◦ green 193 ◦ blue 150

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

Shades of Shamrock #25C196

Tints of Shamrock #25C196

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.79%

 BLUE value IS 150 (58.98% from 255) = 39.47%

R = 9.74%
G = 50.79%
B = 39.47%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#25C196 (or 0x25C196) is known color: Shamrock. HEX triplet: 25, C1 and 96. RGB value is (37,193,150). Sum of RGB (Red+Green+Blue) = 37+193+150=380 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.74% from 380); Green value is 193 (75.78% from 255 or 50.79% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 193 - color contains mainly: green. Hex color #25C196 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25C196 is #DA3E69. Grayscale: #8D8D8D. Windows color (decimal): -14302826 or 9879845. OLE color: 9879845.

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

Color convert

RGB 37 193 150 -
CMYK 0.81 0 0.22 0.24
HSL 163.46º 0.68% 0.45% -
HSV(B) 163.46º 0.81% 0.76% -
XYZ 25.34 40.74 35.38 -
YUV 141.45 132.82 53.5 -
System Red Green Blue C M Y K H S L
Decimal 37 193 150 0.81 0 0.22 0.24 163.46 0.68 0.45
Hex 25 C1 96 51 0 16 18 A3 44 2D
Octal 45 301 226 121 0 26 30 243 104 55
Binary 100101 11000001 10010110 1010001 0 10110 11000 10100011 1000100 101101

Color Harmonies of #25C196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C196

Black with #25C196

Text Example


Text Example

White with #25C196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,193,150); }

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

background-color css

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

 a { background-color: rgb(37,193,150); }

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

border-color css

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

 span { border-color: rgb(37,193,150); }

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