Html Css Color HEX #25BC9A Shamrock

📋 copy color: '#25BC9A'

red 37 ◦ green 188 ◦ blue 154

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

Shades of Shamrock #25BC9A

Tints of Shamrock #25BC9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.63%

R = 9.76%
G = 49.6%
B = 40.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#25BC9A (or 0x25BC9A) is known color: Shamrock. HEX triplet: 25, BC and 9A. RGB value is (37,188,154). Sum of RGB (Red+Green+Blue) = 37+188+154=379 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.76% from 379); Green value is 188 (73.83% from 255 or 49.60% from 379); Blue value is 154 (60.55% from 255 or 40.63% from 379); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25BC9A is #DA4365. Grayscale: #8A8A8A. Windows color (decimal): -14304102 or 10140709. OLE color: 10140709.

HSL color Cylindrical-coordinate representation of color #25BC9A: hue angle of 166.49º 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 #25BC9A is Cyan = 0.80, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 37 188 154 -
CMYK 0.80 0 0.18 0.26
HSL 166.49º 0.67% 0.44% -
HSV(B) 166.49º 0.8% 0.74% -
XYZ 24.58 38.69 36.74 -
YUV 138.98 136.47 55.26 -
System Red Green Blue C M Y K H S L
Decimal 37 188 154 0.80 0 0.18 0.26 166.49 0.67 0.44
Hex 25 BC 9A 50 0 12 1A A6 43 2C
Octal 45 274 232 120 0 22 32 246 103 54
Binary 100101 10111100 10011010 1010000 0 10010 11010 10100110 1000011 101100

Color Harmonies of #25BC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC9A

Black with #25BC9A

Text Example


Text Example

White with #25BC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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