#35C7AB

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

Shades of Shamrock #35C7AB

Tints of Shamrock #35C7AB

Color information

#35C7AB (or 0x35C7AB) is unknown color: approx Shamrock. HEX triplet: 35, C7 and AB. RGB value is (53,199,171). Sum of RGB (Red+Green+Blue) = 53+199+171=423 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.53% from 423); Green value is 199 (78.12% from 255 or 47.04% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 199 - color contains mainly: green. Hex color #35C7AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35C7AB is #CA3854. Grayscale: #989898. Windows color (decimal): -13252693 or 11257653. OLE color: 11257653.

HSL color Cylindrical-coordinate representation of color #35C7AB: hue angle of 168.49º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35C7AB is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB53199171-
CMYK0.7300.140.22
HSL168.49º57.94%49.41%-
HSV(B)168.49º73.37%78.04%-
XYZ29.2444.5445.58-
YUV152.15138.6357.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.53%
GREEN value IS 199 (78.12% from 255) = 47.04%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=12.53%
G=47.04%
B=40.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal531991710.7300.140.22168.4957.9449.41
Hex35C7AB490E16a83a31
Octal65307253111016262507261
Binary11010111000111101010111001001011101011010101000111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35C7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,199,171); }

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

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

 a { background-color: rgb(53,199,171); }

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

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

 span { border-color: rgb(53,199,171); }

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