#35BC8F

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

Shades of Shamrock #35BC8F

Tints of Shamrock #35BC8F

Color information

#35BC8F (or 0x35BC8F) is unknown color: approx Shamrock. HEX triplet: 35, BC and 8F. RGB value is (53,188,143). Sum of RGB (Red+Green+Blue) = 53+188+143=384 (50% of max value = 765). Red value is 53 (21.09% from 255 or 13.80% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #35BC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35BC8F is #CA4370. Grayscale: #8E8E8E. Windows color (decimal): -13255537 or 9419829. OLE color: 9419829.

HSL color Cylindrical-coordinate representation of color #35BC8F: hue angle of 160º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35BC8F is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB53188143-
CMYK0.7200.240.26
HSL160º56.02%47.25%-
HSV(B)160º71.81%73.73%-
XYZ24.4138.7132.17-
YUV142.5128.2764.16-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 13.80%
GREEN value IS 188 (73.83% from 255) = 48.96%
BLUE value IS 143 (56.25% from 255) = 37.24%
R=13.80%
G=48.96%
B=37.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal531881430.7200.240.2616056.0247.25
Hex35BC8F480181Aa0382f
Octal65274217110030322407057
Binary110101101111001000111110010000110001101010100000111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35BC8F; }

 p { color: rgb(53,188,143); }

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

<style>
 a { background-color: #35BC8F; }

 a { background-color: rgb(53,188,143); }

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

<style>
 span { border-color: #35BC8F; }

 span { border-color: rgb(53,188,143); }

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