#25CEAF

Color #25CEAF Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #25CEAF

Tints of Shamrock #25CEAF

Color information

#25CEAF (or 0x25CEAF) is unknown color: approx Shamrock. HEX triplet: 25, CE and AF. RGB value is (37,206,175). Sum of RGB (Red+Green+Blue) = 37+206+175=418 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.85% from 418); Green value is 206 (80.86% from 255 or 49.28% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 206 - color contains mainly: green. Hex color #25CEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CEAF is #DA3150. Grayscale: #979797. Windows color (decimal): -14299473 or 11521573. OLE color: 11521573.

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

Color convert

RGB37206175-
CMYK0.8200.150.19
HSL168.99º69.55%47.65%-
HSV(B)168.99º82.04%80.78%-
XYZ30.5747.6348.14-
YUV151.93141.0146.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.85%
GREEN value IS 206 (80.86% from 255) = 49.28%
BLUE value IS 175 (68.75% from 255) = 41.87%
R=8.85%
G=49.28%
B=41.87%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal372061750.8200.150.19168.9969.5547.65
Hex25CEAF520F13a94630
Octal453162571220172325110660
Binary100101110011101010111110100100111110011101010011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,206,175); }

 H1.HeaderClassName
 {
   color: #25CEAF;
 }
 .AnyTagClassName
 {
   color: #25CEAF;
 }
</style>
background-color css

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

 a { background-color: rgb(37,206,175); }

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

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

 span { border-color: rgb(37,206,175); }

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