#357D7F

Color #357D7F Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #357D7F

Tints of Atoll #357D7F

Color information

#357D7F (or 0x357D7F) is unknown color: approx Atoll. HEX triplet: 35, 7D and 7F. RGB value is (53,125,127). Sum of RGB (Red+Green+Blue) = 53+125+127=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 127 - color contains mainly: blue. Hex color #357D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D7F is #CA8280. Grayscale: #676767. Windows color (decimal): -13271681 or 8355125. OLE color: 8355125.

HSL color Cylindrical-coordinate representation of color #357D7F: hue angle of 181.62º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357D7F is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB53125127-
CMYK0.580.0200.50
HSL181.62º41.11%35.29%-
HSV(B)181.62º58.27%49.8%-
XYZ12.6316.9622.69-
YUV103.7141.1591.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.38%
GREEN value IS 125 (49.22% from 255) = 40.98%
BLUE value IS 127 (50% from 255) = 41.64%
R=17.38%
G=40.98%
B=41.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal531251270.580.0200.50181.6241.1135.29
Hex357D7F3A2032b62923
Octal651751777220622665143
Binary1101011111101111111111101010011001010110110101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357D7F; }

 p { color: rgb(53,125,127); }

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

<style>
 a { background-color: #357D7F; }

 a { background-color: rgb(53,125,127); }

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

<style>
 span { border-color: #357D7F; }

 span { border-color: rgb(53,125,127); }

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