#35af6b

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

Shades of Medium Sea Green #35AF6B

Tints of Medium Sea Green #35AF6B

Color information

#35AF6B (or 0x35AF6B) is unknown color: approx Medium Sea Green. HEX triplet: 35, AF and 6B. RGB value is (53,175,107). Sum of RGB (Red+Green+Blue) = 53+175+107=335 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.82% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #35AF6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35AF6B is #CA5094. Grayscale: #828282. Windows color (decimal): -13258901 or 7057205. OLE color: 7057205.

HSL color Cylindrical-coordinate representation of color #35AF6B: hue angle of 146.56º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35AF6B is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB53175107-
CMYK0.7000.390.31
HSL146.56º53.51%44.71%-
HSV(B)146.56º69.71%68.63%-
XYZ19.4532.4819.15-
YUV130.77114.5872.53-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 15.82%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 107 (42.19% from 255) = 31.94%
R=15.82%
G=52.24%
B=31.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal531751070.7000.390.31146.5653.5144.71
Hex35AF6B460271F93362d
Octal65257153106047372236655
Binary110101101011111101011100011001001111111110010011110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35af6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,175,107); }

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

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

 a { background-color: rgb(53,175,107); }

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

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

 span { border-color: rgb(53,175,107); }

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