#35CD9A

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

Shades of Shamrock #35CD9A

Tints of Shamrock #35CD9A

Color information

#35CD9A (or 0x35CD9A) is unknown color: approx Shamrock. HEX triplet: 35, CD and 9A. RGB value is (53,205,154). Sum of RGB (Red+Green+Blue) = 53+205+154=412 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.86% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #35CD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #35CD9A is #CA3265. Grayscale: #999999. Windows color (decimal): -13251174 or 10145077. OLE color: 10145077.

HSL color Cylindrical-coordinate representation of color #35CD9A: hue angle of 159.87º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35CD9A is Cyan = 0.74, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB53205154-
CMYK0.7400.250.20
HSL159.87º60.32%50.59%-
HSV(B)159.87º74.15%80.39%-
XYZ29.1346.7538.06-
YUV153.74128.1456.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.86%
GREEN value IS 205 (80.47% from 255) = 49.76%
BLUE value IS 154 (60.55% from 255) = 37.38%
R=12.86%
G=49.76%
B=37.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal532051540.7400.250.20159.8760.3250.59
Hex35CD9A4A01914a03c33
Octal65315232112031242407463
Binary110101110011011001101010010100110011010010100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35CD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,205,154); }

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

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

 a { background-color: rgb(53,205,154); }

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

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

 span { border-color: rgb(53,205,154); }

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