#35AC7B

Color #35AC7B Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #35AC7B

Tints of Medium Sea Green #35AC7B

Color information

#35AC7B (or 0x35AC7B) is unknown color: approx Medium Sea Green. HEX triplet: 35, AC and 7B. RGB value is (53,172,123). Sum of RGB (Red+Green+Blue) = 53+172+123=348 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.23% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 172 - color contains mainly: green. Hex color #35AC7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AC7B is #CA5384. Grayscale: #828282. Windows color (decimal): -13259653 or 8105013. OLE color: 8105013.

HSL color Cylindrical-coordinate representation of color #35AC7B: hue angle of 155.29º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #35AC7B is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB53172123-
CMYK0.6900.280.33
HSL155.29º52.89%44.12%-
HSV(B)155.29º69.19%67.45%-
XYZ19.831.6923.81-
YUV130.83123.5872.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.23%
GREEN value IS 172 (67.58% from 255) = 49.43%
BLUE value IS 123 (48.44% from 255) = 35.34%
R=15.23%
G=49.43%
B=35.34%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal531721230.6900.280.33155.2952.8944.12
Hex35AC7B4501C219b352c
Octal65254173105034412336554
Binary110101101011001111011100010101110010000110011011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35AC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,172,123); }

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

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

 a { background-color: rgb(53,172,123); }

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

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

 span { border-color: rgb(53,172,123); }

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