#25CFB0

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

Shades of Shamrock #25CFB0

Tints of Shamrock #25CFB0

Color information

#25CFB0 (or 0x25CFB0) is unknown color: approx Shamrock. HEX triplet: 25, CF and B0. RGB value is (37,207,176). Sum of RGB (Red+Green+Blue) = 37+207+176=420 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.81% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #25CFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #25CFB0 is #DA304F. Grayscale: #989898. Windows color (decimal): -14299216 or 11587365. OLE color: 11587365.

HSL color Cylindrical-coordinate representation of color #25CFB0: hue angle of 169.06º 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 #25CFB0 is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB37207176-
CMYK0.8200.150.19
HSL169.06º69.67%47.84%-
HSV(B)169.06º82.13%81.18%-
XYZ30.9148.1548.74-
YUV152.64141.1845.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 8.81%
GREEN value IS 207 (81.25% from 255) = 49.29%
BLUE value IS 176 (69.14% from 255) = 41.90%
R=8.81%
G=49.29%
B=41.90%

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
Decimal372071760.8200.150.19169.0669.6747.84
Hex25CFB0520F13a94630
Octal453172601220172325110660
Binary100101110011111011000010100100111110011101010011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25CFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,207,176); }

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

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

 a { background-color: rgb(37,207,176); }

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

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

 span { border-color: rgb(37,207,176); }

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