Html Css Color HEX #357C7B Atoll

📋 copy color: '#357C7B'

red 53 ◦ green 124 ◦ blue 123

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

Shades of Atoll #357C7B

Tints of Atoll #357C7B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.33%

 BLUE value IS 123 (48.44% from 255) = 41%

R = 17.67%
G = 41.33%
B = 41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.51

RGB Variations

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

Color information

#357C7B (or 0x357C7B) is known color: Atoll. HEX triplet: 35, 7C and 7B. RGB value is (53,124,123). Sum of RGB (Red+Green+Blue) = 53+124+123=300 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.67% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #357C7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C7B is #CA8384. Grayscale: #666666. Windows color (decimal): -13271941 or 8092725. OLE color: 8092725.

HSL color Cylindrical-coordinate representation of color #357C7B: hue angle of 179.15º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357C7B is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 124 123 -
CMYK 0.57 0 0.01 0.51
HSL 179.15º 0.4% 0.35% -
HSV(B) 179.15º 0.57% 0.49% -
XYZ 12.25 16.6 21.3 -
YUV 102.66 139.48 92.58 -
System Red Green Blue C M Y K H S L
Decimal 53 124 123 0.57 0 0.01 0.51 179.15 0.4 0.35
Hex 35 7C 7B 39 0 1 33 B3 28 23
Octal 65 174 173 71 0 1 63 263 50 43
Binary 110101 1111100 1111011 111001 0 1 110011 10110011 101000 100011

Color Harmonies of #357C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C7B

Black with #357C7B

Text Example


Text Example

White with #357C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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