Html Css Color HEX #357675 Atoll

📋 copy color: '#357675'

red 53 ◦ green 118 ◦ blue 117

#357675
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #357675

Tints of Atoll #357675

RGB

 RED value IS 53 (21.09% from 255) = 18.4%

 GREEN value IS 118 (46.48% from 255) = 40.97%

 BLUE value IS 117 (46.09% from 255) = 40.63%

R = 18.4%
G = 40.97%
B = 40.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#357675 (or 0x357675) is known color: Atoll. HEX triplet: 35, 76 and 75. RGB value is (53,118,117). Sum of RGB (Red+Green+Blue) = 53+118+117=288 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.40% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #357675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357675 is #CA898A. Grayscale: #626262. Windows color (decimal): -13273483 or 7697973. OLE color: 7697973.

HSL color Cylindrical-coordinate representation of color #357675: hue angle of 179.08º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357675 is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 118 117 -
CMYK 0.55 0 0.01 0.54
HSL 179.08º 0.38% 0.34% -
HSV(B) 179.08º 0.55% 0.46% -
XYZ 11.16 15 19.14 -
YUV 98.45 138.47 95.58 -
System Red Green Blue C M Y K H S L
Decimal 53 118 117 0.55 0 0.01 0.54 179.08 0.38 0.34
Hex 35 76 75 37 0 1 36 B3 26 22
Octal 65 166 165 67 0 1 66 263 46 42
Binary 110101 1110110 1110101 110111 0 1 110110 10110011 100110 100010

Color Harmonies of #357675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357675

Black with #357675

Text Example


Text Example

White with #357675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357675; }

 p { color: rgb(53,118,117); }

 H1.HeaderClassName
 {
   color: #357675;
 }
 .AnyTagClassName
 {
   color: #357675;
 }
</style>

background-color css

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

 a { background-color: rgb(53,118,117); }

 div.DivClassName
 {
   background-color: #357675;
 }
 .BgClassName
 {
   background-color: #357675;
 }
</style>

border-color css

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

 span { border-color: rgb(53,118,117); }

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