Html Css Color HEX #357C7F Atoll

📋 copy color: '#357C7F'

red 53 ◦ green 124 ◦ blue 127

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

Shades of Atoll #357C7F

Tints of Atoll #357C7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.78%

R = 17.43%
G = 40.79%
B = 41.78%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#357C7F (or 0x357C7F) is known color: Atoll. HEX triplet: 35, 7C and 7F. RGB value is (53,124,127). Sum of RGB (Red+Green+Blue) = 53+124+127=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #357C7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C7F is #CA8380. Grayscale: #676767. Windows color (decimal): -13271937 or 8354869. OLE color: 8354869.

HSL color Cylindrical-coordinate representation of color #357C7F: hue angle of 182.43º 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 #357C7F is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 124 127 -
CMYK 0.58 0.02 0 0.50
HSL 182.43º 0.41% 0.35% -
HSV(B) 182.43º 0.58% 0.5% -
XYZ 12.51 16.7 22.64 -
YUV 103.11 141.48 92.26 -
System Red Green Blue C M Y K H S L
Decimal 53 124 127 0.58 0.02 0 0.50 182.43 0.41 0.35
Hex 35 7C 7F 3A 2 0 32 B6 29 23
Octal 65 174 177 72 2 0 62 266 51 43
Binary 110101 1111100 1111111 111010 10 0 110010 10110110 101001 100011

Color Harmonies of #357C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C7F

Black with #357C7F

Text Example


Text Example

White with #357C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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