#26BE99

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

Shades of Shamrock #26BE99

Tints of Shamrock #26BE99

Color information

#26BE99 (or 0x26BE99) is unknown color: approx Shamrock. HEX triplet: 26, BE and 99. RGB value is (38,190,153). Sum of RGB (Red+Green+Blue) = 38+190+153=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 190 (74.61% from 255 or 49.87% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 190 - color contains mainly: green. Hex color #26BE99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #26BE99 is #D94166. Grayscale: #8C8C8C. Windows color (decimal): -14238055 or 10075686. OLE color: 10075686.

HSL color Cylindrical-coordinate representation of color #26BE99: hue angle of 165.39º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26BE99 is Cyan = 0.8, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB38190153-
CMYK0.800.190.25
HSL165.39º66.67%44.71%-
HSV(B)165.39º80%74.51%-
XYZ24.9639.5436.45-
YUV140.33135.1455.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 9.97%
GREEN value IS 190 (74.61% from 255) = 49.87%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=9.97%
G=49.87%
B=40.16%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal381901530.800.190.25165.3966.6744.71
Hex26BE995001319a5432d
Octal462762311200233124510355
Binary1001101011111010011001101000001001111001101001011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26BE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26BE99; }

 p { color: rgb(38,190,153); }

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

<style>
 a { background-color: #26BE99; }

 a { background-color: rgb(38,190,153); }

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

<style>
 span { border-color: #26BE99; }

 span { border-color: rgb(38,190,153); }

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