Html Css Color HEX #25D0A5 Shamrock

📋 copy color: '#25D0A5'

red 37 ◦ green 208 ◦ blue 165

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

Shades of Shamrock #25D0A5

Tints of Shamrock #25D0A5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.73%

 BLUE value IS 165 (64.84% from 255) = 40.24%

R = 9.02%
G = 50.73%
B = 40.24%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#25D0A5 (or 0x25D0A5) is known color: Shamrock. HEX triplet: 25, D0 and A5. RGB value is (37,208,165). Sum of RGB (Red+Green+Blue) = 37+208+165=410 (54% of max value = 765). Red value is 37 (14.84% from 255 or 9.02% from 410); Green value is 208 (81.64% from 255 or 50.73% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 208 - color contains mainly: green. Hex color #25D0A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25D0A5 is #DA2F5A. Grayscale: #979797. Windows color (decimal): -14298971 or 10866725. OLE color: 10866725.

HSL color Cylindrical-coordinate representation of color #25D0A5: hue angle of 164.91º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D0A5 is Cyan = 0.82, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 208 165 -
CMYK 0.82 0 0.21 0.18
HSL 164.91º 0.7% 0.48% -
HSV(B) 164.91º 0.82% 0.82% -
XYZ 30.11 48.22 43.32 -
YUV 151.97 135.35 46 -
System Red Green Blue C M Y K H S L
Decimal 37 208 165 0.82 0 0.21 0.18 164.91 0.7 0.48
Hex 25 D0 A5 52 0 15 12 A5 46 30
Octal 45 320 245 122 0 25 22 245 106 60
Binary 100101 11010000 10100101 1010010 0 10101 10010 10100101 1000110 110000

Color Harmonies of #25D0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D0A5

Black with #25D0A5

Text Example


Text Example

White with #25D0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,208,165); }

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

background-color css

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

 a { background-color: rgb(37,208,165); }

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

border-color css

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

 span { border-color: rgb(37,208,165); }

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